mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
This commit is contained in:
@@ -36,7 +36,7 @@ $(DHCP_DIR)/.configured: $(DHCP_DIR)/.unpacked
|
||||
(cd $(DHCP_DIR); \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
$(TARGET_CONFIGURE_ARGS) \
|
||||
./configure );
|
||||
./configure )
|
||||
touch $(DHCP_DIR)/.configured
|
||||
|
||||
$(DHCP_DIR)/$(DHCP_RELAY_BINARY): $(DHCP_DIR)/.configured
|
||||
|
||||
Reference in New Issue
Block a user