BUILD: manually set STAMP_DIR
This commit is contained in:
parent
aa2a8888d4
commit
23cd49911d
2
Makefile
2
Makefile
|
@ -1,2 +1,2 @@
|
||||||
build:
|
build:
|
||||||
STAMP_DIR=jcarrstamp gbp buildpackage
|
gbp buildpackage
|
||||||
|
|
|
@ -14,6 +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
|
||||||
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))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue