projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a77bf1e
)
make flush, should always be visible
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Thu, 29 Jan 2009 09:34:11 +0000
(09:34 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Thu, 29 Jan 2009 09:34:11 +0000
(09:34 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 2c269ecb959aac198e88bdafaf4f8d1b2463799d..bdcebaf646efcc1bc6d22e822a3ca3924ad11415 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-473,11
+473,12
@@
clean:
distclean: clean
rm -rf sources/*
-flush:
- rm -f $(PROJECT_BUILD_DIR)/tgt-config.cache
endif # ifeq ($(BR2_HAVE_DOT_CONFIG),y)
+flush:
+ rm -f $(PROJECT_BUILD_DIR)/tgt-config.cache
+
%_defconfig: $(CONFIG)/conf
cp $(shell find ./target/ -name $@) .config
-@$(MAKE) oldconfig