mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
automake-*: remove some pregenerated files
This commit is contained in:
parent
31fbbb11af
commit
bae65f193e
4 changed files with 14 additions and 4 deletions
|
|
@ -6,15 +6,16 @@
|
|||
src_prepare() {
|
||||
default
|
||||
|
||||
rm doc/amhello-1.0.tar.gz
|
||||
rm doc/amhello-1.0.tar.gz doc/automake-history.info doc/automake.info*
|
||||
grep "DO NOT EDIT BY HAND" -r t -l | while read f; do
|
||||
rm "$f"
|
||||
done
|
||||
|
||||
# Building doc often causes race conditions, skip it
|
||||
sed -i '/doc\/Makefile.inc/d' Makefile.am
|
||||
sed -i '/t\/Makefile.inc/d' Makefile.am
|
||||
|
||||
AUTOCONF="autoconf-2.69 -f" AUTOM4TE=autom4te-2.69 ./bootstrap
|
||||
|
||||
rm doc/automake-history.info doc/automake.info*
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue