1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-25 02:49:52 +03:00

remove useless lines

CFLAGS and LDFLAGS are not used in this rules file.
and verbose switch should be disabled by default
This commit is contained in:
Hideki Yamane 2015-03-27 02:04:00 +09:00
parent 85afa3612a
commit d41cffb2ab

5
debian/rules vendored
View File

@ -1,8 +1,5 @@
#!/usr/bin/make -f
export DH_VERBOSE=1
CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
#export DH_VERBOSE=1
%:
dh $@