From 57db596822c4d3727374b258d218e8986cf3a92a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 14 Jul 2014 16:32:01 -0400 Subject: Add build.mk files --- (limited to 'build') diff --git a/build b/build index 1c2d34f..4d73d41 100755 --- a/build +++ b/build @@ -1,5 +1,7 @@ #!/usr/bin/make -f +pkgdatadir = platconf-pkg-tools.data/usr/share/platconf-pkg-tools + nop: @: @@ -8,3 +10,5 @@ build: touch $@ install: build + install -D -m 0644 src/build.mk $(pkgdatadir)/build.mk + install -D -m 0644 src/1/build.mk $(pkgdatadir)/1/build.mk -- cgit v0.9.1