mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
rules:
Protect the control file from running ./configure again
This commit is contained in:
parent
e3b33f856a
commit
4cc0c69e47
1 changed files with 3 additions and 0 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -99,6 +99,7 @@ ifneq ($(ARCH_OS),hurd)
|
|||
@if [ ! -d /proc/self ]; then echo "/proc IS NEEDED" 1>&2; exit 1; fi
|
||||
endif
|
||||
|
||||
@cp debian/control debian/control.sav
|
||||
( \
|
||||
CC="$(MYSQL_BUILD_CC)" \
|
||||
CXX="$(MYSQL_BUILD_CXX)" \
|
||||
|
@ -152,6 +153,8 @@ endif
|
|||
$(MYSQL_BUILD_OPTS) \
|
||||
)
|
||||
|
||||
@mv debian/control.sav debian/control
|
||||
|
||||
touch configure-stamp
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue