]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - build/tar/Makefile
Update copyright/license notices to match SGI legal prefered boilerplate.
[thirdparty/xfsprogs-dev.git] / build / tar / Makefile
CommitLineData
2bd0ea18 1#
4018a50e 2# Copyright (c) 2000-2003 Silicon Graphics, Inc. All Rights Reserved.
2bd0ea18
NS
3#
4
5TOPDIR = ../..
6include $(TOPDIR)/include/builddefs
7
fc49813f 8BINTAR=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1c3c300e 9LDIRT = *.gz
2bd0ea18 10
4018a50e 11default install install-dev install-lib:
2bd0ea18
NS
12
13include $(BUILDRULES)
14
15dist : default
16 @HERE=`pwd`; cd $${DIST_ROOT:-/}; \
16c44ed2 17 $(SORT) -u $$HERE/../bin-manifest | $(AWK) ' \
2bd0ea18
NS
18 $$1 == "f" { printf (".%s\n", $$6); } \
19 $$1 == "d" { next; } \
20 $$1 == "l" { printf (".%s\n", $$3); }' \
21 | $(TAR) -T - -cf - | $(ZIP) --best > $$HERE/$(BINTAR)
22 @echo Wrote: `pwd`/$(BINTAR)