mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 21:47:45 +00:00
Build system: ADd LT_LDRULE_static_NOQ
Add a NOQ variant of the LT_LDRULE_static build macro, so that it can be used as part of compound rules. Change-Id: I45b3d4ff09465d2d472e27c2fd290e0311791403 Reviewed-on: http://gerrit.openafs.org/8902 Reviewed-by: Derrick Brashear <shadow@your-file-system.com> Tested-by: BuildBot <buildbot@rampaginggeek.com>
This commit is contained in:
parent
1f891b622e
commit
ee7b4467db
@ -287,6 +287,10 @@ LT_LDRULE_static = $(RUN_LD) $(LIBTOOL) --quiet --mode=link --tag=CC \
|
||||
$(MT_CC) -static $(PTH_LDFLAGS) $(PTH_CFLAGS) \
|
||||
$(LDFLAGS_$(@)) -o $@
|
||||
|
||||
LT_LDRULE_static_NOQ = $(RUN_LD_NOQ) $(LIBTOOL) --quiet --mode=link --tag=CC \
|
||||
$(MT_CC) -static $(PTH_LDFLAGS) $(PTH_CFLAGS) \
|
||||
$(LDFLAGS_$(@)) -o $@
|
||||
|
||||
LT_INSTALL_DATA=$(LIBTOOL) --quiet --mode=install $(INSTALL_DATA)
|
||||
LT_INSTALL_PROGRAM=$(LIBTOOL) --quiet --mode=install $(INSTALL_PROGRAM)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user