- fix incorrect invocation of non-existing binary named "-find"
This bloated the target needlessly (and used to work before)
This commit is contained in:
parent
7547c7ebae
commit
f0ca4b8205
6
Makefile
6
Makefile
@ -255,9 +255,9 @@ $(PROJECT_BUILD_DIR)/.root:
|
||||
cp -fa $(TARGET_SKELETON)/* $(TARGET_DIR)/ ; \
|
||||
fi; \
|
||||
touch $(STAGING_DIR)/.fakeroot.00000 ; \
|
||||
-find $(TARGET_DIR) -type d -name CVS | xargs rm -rf ; \
|
||||
-find $(TARGET_DIR) -type d -name .svn | xargs rm -rf ; \
|
||||
fi;
|
||||
fi
|
||||
-find $(TARGET_DIR) -type d -name CVS | xargs rm -rf
|
||||
-find $(TARGET_DIR) -type d -name .svn | xargs rm -rf
|
||||
touch $@
|
||||
|
||||
$(TARGET_DIR): $(PROJECT_BUILD_DIR)/.root
|
||||
|
Loading…
Reference in New Issue
Block a user