projects
/
oweals
/
u-boot_mod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18b3e39
)
fsdata.c need to be removed during clean
author
Piotr Dymacz
<pepe2k@gmail.com>
Mon, 3 Feb 2014 15:38:46 +0000
(16:38 +0100)
committer
Piotr Dymacz
<pepe2k@gmail.com>
Mon, 3 Feb 2014 15:38:46 +0000
(16:38 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 002971e91bad020fa817369db7821e752d3edbae..2f7a2b4668d8e7c907f0c0eefe23650906a07270 100755
(executable)
--- a/
Makefile
+++ b/
Makefile
@@
-190,8
+190,10
@@
clean:
@cd $(BUILD_TOPDIR)/u-boot/ && $(MAKECMD) clean
@rm -f $(BUILD_TOPDIR)/bin/*.bin
@rm -f $(BUILD_TOPDIR)/bin/*.md5
+ @rm -f $(BUILD_TOPDIR)/u-boot/httpd/fsdata.c
clean_all:
@cd $(BUILD_TOPDIR)/u-boot/ && $(MAKECMD) distclean
@rm -f $(BUILD_TOPDIR)/bin/*.bin
@rm -f $(BUILD_TOPDIR)/bin/*.md5
+ @rm -f $(BUILD_TOPDIR)/u-boot/httpd/fsdata.c