ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/gmake.spec
Revision: 1.3
Committed: Sat Nov 3 09:25:35 2007 UTC (17 years, 5 months ago) by elmer
Branch: MAIN
CVS Tags: pe20071103c-ports, pe20071103b-ports, pe20071103a-ports
Changes since 1.2: +2 -0 lines
Log Message:
Apply gmake-3.81-expand.patch

File Contents

# User Rev Content
1 elmer 1.1 ### RPM external gmake 3.81-CMS18
2 elmer 1.2 # We will call it "gmake", but gnu calls it "make"
3     Source: ftp://ftp.gnu.org/gnu/make/make-%realversion.tar.gz
4 elmer 1.3 Patch1: gmake-3.81-expand
5 elmer 1.1
6     %prep
7     %setup -n make-%{realversion}
8 elmer 1.3 %patch1 -p0
9 elmer 1.1
10     %build
11     ./configure --prefix=%i
12    
13     make %makeprocesses
14    
15     %install
16     make install
17     # Put in the symlink
18 elmer 1.2 cd %{i}/bin
19     ln -s make gmake
20 elmer 1.1
21     # SCRAM ToolBox toolfile (still to add)