diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-15 17:52:29 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-23 00:06:24 -0600 |
commit | 04be9e4ab0bfd1499adda077ecbac21b567e541b (patch) | |
tree | 072e64cddfd94e925acaaa22c32da910ca3ccb61 /common-devtools.mk | |
parent | db321a9205d8902f71be4a6e296ff4b1ae5c6573 (diff) |
mv src/devtools/lib/common.sh src/lib/ # and add common-devtools.mk
Diffstat (limited to 'common-devtools.mk')
-rw-r--r-- | common-devtools.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/common-devtools.mk b/common-devtools.mk new file mode 100644 index 0000000..c32db52 --- /dev/null +++ b/common-devtools.mk @@ -0,0 +1,10 @@ +topdir := $(dir $(lastword $(MAKEFILE_LIST))) +include $(topdir)/config.mk + +edit = sed -e 's|m4_include(lib/\(.*\))|. $$(librelib \1)|' + +all: PHONY build + +FORCE: PHONY +PHONY: +.PHONY: FORCE PHONY |