Hello,

this patch the install target to makefile common, completing the set of possible options.

Julian

P.S.
Please CC me, I'm not subscribed.
? Makefile.common-install.patch
Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.102
diff -u -r1.102 Makefile.common
--- Makefile.common     23 May 2008 17:47:47 -0000      1.102
+++ Makefile.common     28 May 2008 06:59:35 -0000
@@ -177,7 +177,7 @@
 PREP_ARCHES    = $(addprefix prep-,$(ARCHES))
 
 ## list all our bogus targets
-.PHONY :: $(ARCHES) sources uploadsource upload export check build-check 
plague koji build cvsurl chain-build test-srpm srpm tag force-tag verrel new 
clean patch prep compile install-short compile-short FORCE local scratch-build 
scratch-build-% 
+.PHONY :: $(ARCHES) sources uploadsource upload export check build-check 
plague koji build cvsurl chain-build test-srpm srpm tag force-tag verrel new 
clean patch prep compile install install-short compile-short FORCE local 
scratch-build scratch-build-% 
 
 # The TARGETS define is meant for local module targets that should be
 # made in addition to the SOURCEFILES whenever needed
@@ -338,6 +338,9 @@
 compile: sources $(TARGETS)
        $(RPM_WITH_DIRS) -bc $(SPECFILE)
 
+install: sources $(TARGETS)
+       $(RPM_WITH_DIRS) -bi $(SPECFILE)
+
 compile-short: sources $(TARGETS)
        $(RPM_WITH_DIRS) --nodeps --short-circuit -bc $(SPECFILE)
 
@@ -577,6 +580,7 @@
        @echo " local                   Local test rpmbuild binary"
        @echo " prep                    Local test rpmbuild prep"
        @echo " compile                 Local test rpmbuild compile"
+       @echo " install                 Local test rpmbuild install"
        @echo " compile-short           Local test rpmbuild short-circuit 
compile"
        @echo " install-short           Local test rpmbuild short-circuit 
install"
        @echo " export                  Create clean export in \"cvs-$(TAG)\""
--
Fedora-buildsys-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-buildsys-list

Reply via email to