Commit a7c83b5e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf gdbm-1.14.1.tar.gz
cd gdbm-1.14.1 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --disable-static --enable-libgdbm-compat
$(MAKE) -C gdbm-1.14.1
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C gdbm-1.14.1 check ; \
fi
$(MAKE) -C gdbm-1.14.1 install
rm -rf gdbm-1.14.1
bin
/usr/bin/.*
headers
/usr/include/.*
locale
/usr/share/locale/.*
info
/usr/share/info/.*
man
/usr/share/man/.*
lib
/usr/lib/.*
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment