]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - build/Makefile
Update copyright/license notices to match SGI legal prefered boilerplate.
[thirdparty/xfsprogs-dev.git] / build / Makefile
index 0411a6d2abc7e05cb2e87186e88265fbbc9dcd08..ec04bed87a7cd4f25086ba7e19cec9246159c4ec 100644 (file)
@@ -1,33 +1,5 @@
 #
-# Copyright (c) 2000 Silicon Graphics, Inc.  All Rights Reserved.
-# 
-# This program is free software; you can redistribute it and/or modify it
-# under the terms of version 2 of the GNU General Public License as
-# published by the Free Software Foundation.
-# 
-# This program is distributed in the hope that it would be useful, but
-# WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-# 
-# Further, this software is distributed without any warranty that it is
-# free of the rightful claim of any third person regarding infringement
-# or the like.  Any license provided herein, whether implied or
-# otherwise, applies only to this software file.  Patent licenses, if
-# any, provided herein do not apply to combinations of this program with
-# other software, or any other product whatsoever.
-# 
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write the Free Software Foundation, Inc., 59
-# Temple Place - Suite 330, Boston MA 02111-1307, USA.
-# 
-# Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
-# Mountain View, CA  94043, or:
-# 
-# http://www.sgi.com 
-# 
-# For further information regarding this notice, see: 
-# 
-# http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
+# Copyright (c) 2000-2002 Silicon Graphics, Inc.  All Rights Reserved.
 #
 
 TOPDIR = ..
@@ -36,13 +8,13 @@ include $(TOPDIR)/include/builddefs
 MANIFEST=src-manifest
 SRCTAR=$(PKG_NAME)-$(PKG_VERSION).src.tar.gz
 
-LDIRT = $(MANIFEST) $(SRCTAR) bin-manifest $(TOPDIR)/$(PKG_NAME)-$(PKG_VERSION)
+LDIRT = *-manifest *.gz $(TOPDIR)/$(PKG_NAME)-*
 
 # for clean and clobber
 SUBDIRS = tar rpm
 
 # nothing to build here (it's all packaging)
-default install install-dev :
+default install install-dev install-lib:
 
 include $(BUILDRULES)
 
@@ -60,6 +32,7 @@ $(MANIFEST) : $(_FORCE)
        else \
            unset TAPE; \
            $(TAR) -T $$CDIR/$@ -cf - | $(ZIP) --best > $$CDIR/$(SRCTAR); \
+           echo Wrote: $$CDIR/$(SRCTAR); \
        fi
 
 dist : default $(MANIFEST)
@@ -70,7 +43,7 @@ dist : default $(MANIFEST)
        if [ -x $(TAR) ]; then \
            ( echo "=== tar ===" && $(MAKEF) -C tar $@ || exit $$? ); \
        fi; \
-       if [ -x $(RPM) ]; then \
+       if [ -x $(RPMBUILD) ]; then \
            ( echo "=== rpm ===" && $(MAKEF) -C rpm $@ || exit $$? ); \
        fi; \
        test -z "$$KEEP_DIST_ROOT" || rm -rf $$DIST_ROOT; echo Done