- global whitespace trimming

This commit is contained in:
Bernhard Reutner-Fischer
2007-08-22 12:35:41 +00:00
parent 3471ebe0a3
commit 6547bced93
130 changed files with 582 additions and 582 deletions

View File

@@ -10,8 +10,8 @@ $(BUILD_DIR)/.customize:
(cd $(CUST_DIR); \
/bin/ls -d * > $(PROJECT_BUILD_DIR)/series || \
touch $(PROJECT_BUILD_DIR)/series )
for f in `cat $(PROJECT_BUILD_DIR)/series`; do \
cp -af $(CUST_DIR)/$$f $(TARGET_DIR)/$$f; \
for f in `cat $(PROJECT_BUILD_DIR)/series`; do \
cp -af $(CUST_DIR)/$$f $(TARGET_DIR)/$$f; \
done
rm -f $(PROJECT_BUILD_DIR)/series
touch $@