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:
parent
85afa3612a
commit
d41cffb2ab
5
debian/rules
vendored
5
debian/rules
vendored
@ -1,8 +1,5 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
#export DH_VERBOSE=1
|
||||||
export DH_VERBOSE=1
|
|
||||||
CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
|
|
||||||
LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
|
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
Loading…
Reference in New Issue
Block a user