Compare commits

...

5 Commits
rawhide ... f21

Author SHA1 Message Date
Jaromir Capik 8213cf4ef1 Adding STAGE1 bootstrap recipe 2015-06-10 19:45:26 +02:00
Jaromir Capik 50bb8395d9 Merge branch 'f21' into f22 2015-06-10 19:42:02 +02:00
Jan Chaloupka f3a737f564 No need for build dependency on byacc/bison, fix make check
- resolves: #1176993
- resolves: #1177001
2015-01-02 15:43:21 +01:00
Peter Robinson 444dfb905d - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-16 13:45:57 +00:00
Tom Callaway f45a93417a fix license handling 2014-07-12 11:00:56 -04:00
1 changed files with 7 additions and 0 deletions

7
STAGE1-gawk Normal file
View File

@ -0,0 +1,7 @@
srpm $1
mcd $BUILDDIR/$1
$SRC/${1}-*/configure $TCONFIGARGS
notparallel
test -d tools/gnulib/lib && make $J V=1 -C tools/gnulib/lib
make $J V=1
make $J install DESTDIR=${ROOTFS}