BUILD: set STAMP_DIR to '/usr/local/' to see what happens

This commit is contained in:
Jeff Carr 2021-10-23 15:19:27 -05:00
parent ea84f7826a
commit 9e2ac7f98e
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -14,7 +14,7 @@ PACKAGE = x11-xserver-utils
# subdirectory explicitly so that the build system knows what to build # subdirectory explicitly so that the build system knows what to build
DEF_SUBDIRS=iceauth rgb sessreg xcmsdb xgamma xhost xmodmap xrandr xrdb xrefresh xset xsetmode xsetpointer xsetroot xstdcmap xvidtune DEF_SUBDIRS=iceauth rgb sessreg xcmsdb xgamma xhost xmodmap xrandr xrdb xrefresh xset xsetmode xsetpointer xsetroot xstdcmap xvidtune
SUBDIRS=$(DEF_SUBDIRS) SUBDIRS=$(DEF_SUBDIRS)
STAMP_DIR=stampDirTest STAMP_DIR=/usr/local/
CONFIG_STAMPS = $(addprefix $(STAMP_DIR)/configure-, $(SUBDIRS)) CONFIG_STAMPS = $(addprefix $(STAMP_DIR)/configure-, $(SUBDIRS))
BUILD_STAMPS = $(addprefix $(STAMP_DIR)/build-,$(SUBDIRS)) BUILD_STAMPS = $(addprefix $(STAMP_DIR)/build-,$(SUBDIRS))