mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
This commit is contained in:
@@ -48,7 +48,7 @@ $(SQLITE_DIR)/.configured: $(SQLITE_DIR)/.unpacked
|
||||
--enable-tempstore \
|
||||
--enable-threadsafe \
|
||||
--enable-releasemode \
|
||||
);
|
||||
)
|
||||
touch $(SQLITE_DIR)/.configured
|
||||
|
||||
$(SQLITE_DIR)/sqlite3: $(SQLITE_DIR)/.configured
|
||||
@@ -69,7 +69,7 @@ sqlite-source: $(DL_DIR)/$(SQLITE_SOURCE)
|
||||
sqlite-clean:
|
||||
@if [ -d $(SQLITE_DIR)/Makefile ] ; then \
|
||||
$(MAKE) -C $(SQLITE_DIR) clean ; \
|
||||
fi;
|
||||
fi
|
||||
|
||||
sqlite-dirclean:
|
||||
rm -rf $(SQLITE_DIR)
|
||||
|
||||
Reference in New Issue
Block a user