mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
- global whitespace trimming
This commit is contained in:
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user