projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cosmetic fix for irq error messages
[openwrt.git]
/
target
/
linux
/
imagebuilder
/
Makefile
diff --git
a/target/linux/imagebuilder/Makefile
b/target/linux/imagebuilder/Makefile
index
0ec7119
..
53e8dfc
100644
(file)
--- a/
target/linux/imagebuilder/Makefile
+++ b/
target/linux/imagebuilder/Makefile
@@
-21,12
+21,12
@@
endef
include ./kernel.mk
include ./kernel.mk
-clean:
+clean:
FORCE
@rm -rf $(LINUX_BUILD_DIR)/root*
@rm -rf $(BIN_DIR)
all:
@rm -rf $(LINUX_BUILD_DIR)/root*
@rm -rf $(BIN_DIR)
all:
-build:
+build:
FORCE
echo
echo '### BUILDING IMAGE FROM lists/$(LIST).$(BOARD)-$(KERNEL)'
echo
echo
echo '### BUILDING IMAGE FROM lists/$(LIST).$(BOARD)-$(KERNEL)'
echo
@@
-40,9
+40,10
@@
build:
$(IPKG_KERNEL) install `ls packages/$${package}_*`; \
done
if [ -d ./files ]; then \
$(IPKG_KERNEL) install `ls packages/$${package}_*`; \
done
if [ -d ./files ]; then \
-
cp -a
--remove-destination ./files/* $(LINUX_BUILD_DIR)/root; \
+
$(CP)
--remove-destination ./files/* $(LINUX_BUILD_DIR)/root; \
fi
if [ -d ./files.$(LIST) ]; then \
fi
if [ -d ./files.$(LIST) ]; then \
-
cp -a
--remove-destination ./files.$(LIST)/* $(LINUX_BUILD_DIR)/root; \
+
$(CP)
--remove-destination ./files.$(LIST)/* $(LINUX_BUILD_DIR)/root; \
fi
fi
+ find $(LINUX_BUILD_DIR)/root -name '.svn' || 'CVS' | xargs rm -rf
$(MAKE) -S -C image KERNEL="$(KERNEL)" BOARD="$(BOARD)" BIN_DIR="$(BIN_DIR)/$(LIST)" install
$(MAKE) -S -C image KERNEL="$(KERNEL)" BOARD="$(BOARD)" BIN_DIR="$(BIN_DIR)/$(LIST)" install
This page took
0.022649 seconds
and
4
git commands to generate.