mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
- semicolon touchup. No other changes
This commit is contained in:
@@ -30,7 +30,7 @@ $(SETSERIAL_DIR)/.unpacked: $(DL_DIR)/$(SETSERIAL_SOURCE) $(SETSERIAL_PATCH)
|
||||
ifneq ($(SETSERIAL_PATCH_FILE),)
|
||||
toolchain/patch-kernel.sh $(SETSERIAL_DIR) $(DL_DIR) $(SETSERIAL_PATCH_FILE)
|
||||
if [ -d $(SETSERIAL_DIR)/debian/patches ]; then \
|
||||
toolchain/patch-kernel.sh $(SETSERIAL_DIR) $(SETSERIAL_DIR)/debian/patches \*.patch ; \
|
||||
toolchain/patch-kernel.sh $(SETSERIAL_DIR) $(SETSERIAL_DIR)/debian/patches \*.patch; \
|
||||
fi
|
||||
endif
|
||||
touch $(SETSERIAL_DIR)/gorhack.h
|
||||
@@ -41,7 +41,7 @@ SETSERIAL_CFLAGS=$(CFLAGS_COMBINE) $(CFLAGS_WHOLE_PROGRAM)
|
||||
endif
|
||||
|
||||
$(SETSERIAL_DIR)/.configured: $(SETSERIAL_DIR)/.unpacked
|
||||
(cd $(SETSERIAL_DIR); rm -rf config.cache ; \
|
||||
(cd $(SETSERIAL_DIR); rm -rf config.cache; \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
$(TARGET_CONFIGURE_ARGS) \
|
||||
CFLAGS="$(TARGET_CFLAGS) $(SETSERIAL_CFLAGS)" \
|
||||
|
||||
Reference in New Issue
Block a user