CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
make: updated release to 4.1.2-2
authorVictor Martinez <pitillo@ono.com>
Tue, 8 May 2018 23:18:05 +0000 (23:18 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 8 May 2018 23:18:05 +0000 (23:18 +0000)
make/.footprint
make/Pkgfile

index 4c0eeb220d58d1c65974d084ee3a813c7d19b835..3ea72298144719325585dbd1bad488e8cf1b0c68 100644 (file)
@@ -3,3 +3,7 @@ drwxr-xr-x      root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/make
 drwxr-xr-x     root/root       usr/include/
 -rw-r--r--     root/root       usr/include/gnumake.h
+drwxr-xr-x     root/root       usr/share/
+drwxr-xr-x     root/root       usr/share/man/
+drwxr-xr-x     root/root       usr/share/man/man1/
+-rw-r--r--     root/root       usr/share/man/man1/make.1.gz
index c23e12327510c3b318f62967be16a83c5eb9d463..92d7c78e7adbc067886baef7f16a8572303812c9 100644 (file)
@@ -5,16 +5,17 @@
 
 name=make
 version=4.2.1
-release=1
+release=2
 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
 
 build() {
   cd $name-$version
+  sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c 
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
               --disable-nls
   make
   make DESTDIR=$PKG install
-  rm -rf $PKG/usr/share
+  rm -rf $PKG/usr/share/info
 }