- fix whitespace damage..
This commit is contained in:
parent
0338040243
commit
7547c7ebae
4
Makefile
4
Makefile
@ -249,7 +249,7 @@ endif
|
||||
@mkdir -p $(STAGING_DIR)/usr/include
|
||||
|
||||
$(PROJECT_BUILD_DIR)/.root:
|
||||
mkdir -p $(TARGET_DIR)
|
||||
mkdir -p $(TARGET_DIR)
|
||||
if ! [ -d "$(TARGET_DIR)/bin" ] ; then \
|
||||
if [ -d "$(TARGET_SKELETON)" ] ; then \
|
||||
cp -fa $(TARGET_SKELETON)/* $(TARGET_DIR)/; \
|
||||
@ -258,7 +258,7 @@ $(PROJECT_BUILD_DIR)/.root:
|
||||
-find $(TARGET_DIR) -type d -name CVS | xargs rm -rf ; \
|
||||
-find $(TARGET_DIR) -type d -name .svn | xargs rm -rf ; \
|
||||
fi;
|
||||
touch $@
|
||||
touch $@
|
||||
|
||||
$(TARGET_DIR): $(PROJECT_BUILD_DIR)/.root
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user