add autorebuild check for menuconfig

SVN-Revision: 9301
This commit is contained in:
Felix Fietkau
2007-10-14 02:28:34 +00:00
parent 1a3c4d1090
commit af03fdb6c5
3 changed files with 3 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ define rdep
) \
{ \
[ -f "$(2)_check.1" ] && mv "$(2)_check.1"; \
$(SCRIPT_DIR)/timestamp.pl $(DEP_FINDPARAMS) $(4) -n $(2) $(1) && { \
$(TOPDIR)/scripts/timestamp.pl $(DEP_FINDPARAMS) $(4) -n $(2) $(1) && { \
$(call debug_eval,$(SUBDIR),r,echo "No need to rebuild $(2)";) \
touch -r "$(2)" "$(2)_check"; \
} \