mirror of
https://github.com/agdsn/ancient-weatherstation.git
synced 2026-06-19 14:58:00 +00:00
Makefiles changed
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@208 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
Vendored
+2
-9
@@ -18,13 +18,7 @@ export DH_OPTIONS
|
||||
|
||||
|
||||
|
||||
CFLAGS = -Wall -g
|
||||
|
||||
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
|
||||
CFLAGS += -O0
|
||||
else
|
||||
CFLAGS += -O2
|
||||
endif
|
||||
PackageFlags= -Wall -O3
|
||||
|
||||
configure: configure-stamp
|
||||
configure-stamp:
|
||||
@@ -41,7 +35,7 @@ build-arch: build-arch-stamp
|
||||
build-arch-stamp: configure-stamp
|
||||
|
||||
# Add here commands to compile the arch part of the package.
|
||||
$(MAKE)
|
||||
$(MAKE) PackageFlags="$(PackageFlags)"
|
||||
touch $@
|
||||
|
||||
build-indep: build-indep-stamp
|
||||
@@ -83,7 +77,6 @@ install-arch:
|
||||
# Add here commands to install the arch part of the package into
|
||||
# debian/tmp.
|
||||
$(MAKE) install DESTDIR=$(CURDIR)/debian/weatherstation
|
||||
|
||||
dh_install -s --sourcedir debian/weatherstation/
|
||||
# Must not depend on anything. This is to be called by
|
||||
# binary-arch/binary-indep
|
||||
|
||||
Reference in New Issue
Block a user