Skip to content

Commit

Permalink
build: stop tracking autotools products
Browse files Browse the repository at this point in the history
  • Loading branch information
garlick committed Aug 21, 2014
1 parent f865786 commit 722cc0a
Show file tree
Hide file tree
Showing 20 changed files with 34 additions and 12,802 deletions.
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# http://www.gnu.org/software/automake
Makefile.in
# http://www.gnu.org/software/autoconf
autom4te.cache
compile
configure
aclocal.m4
stamp-h1
aclocal.m4
config.guess
config.sub
depcomp
install-sh
ltmain.sh
missing
config.log
config.status
config.h
config.h.in
libtool
.deps/

Makefile
*.1
*.8
*.spec

*.diff
*.swp
*.tar.gz
16 changes: 0 additions & 16 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@
SUBDIRS = boot configpxe rc etc freedos dracut dracut.nbd9

rpmdirs:
mkdir -p $(top_builddir)/rpm/SPECS
mkdir -p $(top_builddir)/rpm/SOURCES
mkdir -p $(top_builddir)/rpm/BUILD
mkdir -p $(top_builddir)/rpm/RPMS
mkdir -p $(top_builddir)/rpm/SRPMS

rpm: dist rpmdirs
rpmbuild -ta --define "_topdir $(realpath $(top_builddir)/rpm)" $(DIST_ARCHIVES)

TESTROOT=/tftpboot/images/bokbagok
test:
-sudo rpm -r $(TESTROOT) -e nfsroot
sudo rpm -r $(TESTROOT) -ivh rpm/RPMS/x86_64/nfsroot-*

EXTRA_DIST = DISCLAIMER META nfsroot.spec

Loading

0 comments on commit 722cc0a

Please sign in to comment.