projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix spelling typo
[openwrt.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
f157b9d
..
2dcb727
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-20,7
+20,7
@@
all: world
SHELL:=/usr/bin/env bash
export LC_ALL=C
export LANG=C
SHELL:=/usr/bin/env bash
export LC_ALL=C
export LANG=C
-export TOPDIR=${
shell pwd
}
+export TOPDIR=${
CURDIR
}
ifeq ($(KBUILD_VERBOSE),99)
MAKE:=3>/dev/null $(MAKE)
endif
ifeq ($(KBUILD_VERBOSE),99)
MAKE:=3>/dev/null $(MAKE)
endif
@@
-171,7
+171,10
@@
dirclean: clean
distclean: dirclean config-clean
rm -rf dl
distclean: dirclean config-clean
rm -rf dl
+help:
+ cat README
+
.SILENT: clean dirclean distclean config-clean download world
FORCE: ;
.SILENT: clean dirclean distclean config-clean download world
FORCE: ;
-.PHONY: FORCE
+.PHONY: FORCE
help
%: ;
%: ;
This page took
0.018626 seconds
and
4
git commands to generate.