build: remove old build system
This commit is contained in:

committed by
Carlos Gomes Martinho

parent
6fb724698f
commit
bd2fa5759b
25
build-deb.sh
25
build-deb.sh
@ -1,25 +0,0 @@
|
||||
# ------------------------------------------------------------------------------
|
||||
# Copyright (C) 2012, Robert Johansson <rob@raditex.nu>, Raditex Control AB
|
||||
# All rights reserved.
|
||||
#
|
||||
# rSCADA
|
||||
# http://www.rSCADA.se
|
||||
# info@raditex.nu
|
||||
#
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
if [ ! -f Makefile ]; then
|
||||
#
|
||||
# regenerate automake files
|
||||
#
|
||||
echo "Running autotools..."
|
||||
|
||||
autoheader \
|
||||
&& aclocal \
|
||||
&& libtoolize --ltdl --copy --force \
|
||||
&& automake --add-missing --copy \
|
||||
&& autoconf
|
||||
fi
|
||||
|
||||
debuild -i -us -uc -b
|
||||
#sudo pbuilder build $(NAME)_$(VERSION)-1.dsc
|
Reference in New Issue
Block a user