[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / misc / packages / Linux / RPM

Diff for /OpenXM/misc/packages/Linux/RPM/Makefile between version 1.7 and 1.8

version 1.7, 2000/03/16 06:40:41 version 1.8, 2000/03/16 07:55:56
Line 1 
Line 1 
 # $OpenXM: OpenXM/misc/packages/Linux/RPM/Makefile,v 1.6 2000/03/15 14:19:56 takayama Exp $  # $OpenXM: OpenXM/misc/packages/Linux/RPM/Makefile,v 1.7 2000/03/16 06:40:41 takayama Exp $
 # *If you do not like to use /usr/src/redhat area to put *rpm files,  # *If you do not like to use /usr/src/redhat area to put *rpm files,
 #  do as follows.  #  do as follows.
 # 0. Generate ~/.rpmrc and set the TopDir for the work.  # 0. Generate ~/.rpmrc and set the TopDir for the work.
Line 51  build-binary-rpm: openxm-binary-spec
Line 51  build-binary-rpm: openxm-binary-spec
         (cd work/SPECS ; rpm -bb openxm-binary.spec )          (cd work/SPECS ; rpm -bb openxm-binary.spec )
   
 build-shared-rpm: openxm-shared-spec  build-shared-rpm: openxm-shared-spec
         (cd work/SPECS ; rpm -bb openxm-shared.spec )          (cd work/SPECS ; rpm --buildarch noarch -bb openxm-shared.spec )
   
 ## This is obsolete  ## This is obsolete
 build-rpm: openxm-spec  build-rpm: openxm-spec

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>