diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-25 14:18:14 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-11 15:43:30 -0400 |
commit | f3030244f64699021ec0d9cd9e4b4d67244d9df1 (patch) | |
tree | 2a2ed877b15799cbc33111528e286e6796c45e78 /common-devtools.mk | |
parent | dabf1a9cf520d725f8eb767bb0112990f99fde05 (diff) |
Make common-devtools.mk unnecessary. Move devtools chroot stuff into chroot-tools
Diffstat (limited to 'common-devtools.mk')
-rw-r--r-- | common-devtools.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/common-devtools.mk b/common-devtools.mk deleted file mode 100644 index c32db52..0000000 --- a/common-devtools.mk +++ /dev/null @@ -1,10 +0,0 @@ -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 |