diff options
author | P. J. McDermott <pjm@nac.net> | 2012-06-21 00:46:09 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-06-21 00:46:09 (EDT) |
commit | f6ee93bfaa23360fec45e638152c5e78d35321fd (patch) | |
tree | f53064dfe48c628c5ed0acf20466117f47496b8e /build |
Initial commit.build-essential/0.1
Diffstat (limited to 'build')
-rwxr-xr-x | build | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +#! /usr/bin/make -f + +PKGS = build-essential + +$(PKGS): build-essential.buildstamp + +.SILENT: build-essential.buildstamp +build-essential.buildstamp: + oh-installfiles $(PKGS) + oh-installdocs build-essential + oh-gencontrol $(PKGS) + oh-buildopk $(PKGS) + touch $@ |