mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
relocatable-prog-wrapper: Separate from relocatable-prog.
* modules/relocatable-prog (Makefile.am): Define uninstall-hook and uninstall-relocwrapper rule here. * modules/relocatable-prog-wrapper (Makefile.am): ... not here. Reported by Ian Beckwith <ianb@erislabs.net>.
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
2010-12-19 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
relocatable-prog-wrapper: Separate from relocatable-prog.
|
||||||
|
* modules/relocatable-prog (Makefile.am): Define uninstall-hook and
|
||||||
|
uninstall-relocwrapper rule here.
|
||||||
|
* modules/relocatable-prog-wrapper (Makefile.am): ... not here.
|
||||||
|
Reported by Ian Beckwith <ianb@erislabs.net>.
|
||||||
|
|
||||||
2010-12-19 Bruno Haible <bruno@clisp.org>
|
2010-12-19 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
unistr/u8-mbsnlen: Add missing dependency.
|
unistr/u8-mbsnlen: Add missing dependency.
|
||||||
|
@@ -29,6 +29,20 @@ gl_RELOCATABLE([$gl_source_base])
|
|||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
DEFS += -DEXEEXT=\"@EXEEXT@\"
|
DEFS += -DEXEEXT=\"@EXEEXT@\"
|
||||||
|
if RELOCATABLE_VIA_WRAPPER
|
||||||
|
uninstall-hook: uninstall-relocwrapper
|
||||||
|
uninstall-relocwrapper:
|
||||||
|
if test $(RELOCATABLE) = yes; then \
|
||||||
|
case '$(EXEEXT)' in \
|
||||||
|
.bin*) ;; \
|
||||||
|
*) cd $(top_builddir) && \
|
||||||
|
$(MAKE) $(AM_MAKEFLAGS) EXEEXT=.bin$(EXEEXT) \
|
||||||
|
AM_MAKEFLAGS='$(AM_MAKEFLAGS) EXEEXT=.bin$(EXEEXT)' \
|
||||||
|
uninstall ;; \
|
||||||
|
esac; \
|
||||||
|
fi
|
||||||
|
.PHONY: uninstall-relocwrapper
|
||||||
|
endif
|
||||||
|
|
||||||
Include:
|
Include:
|
||||||
"relocatable.h"
|
"relocatable.h"
|
||||||
|
@@ -53,20 +53,6 @@ gl_FUNC_SETENV_SEPARATE
|
|||||||
gl_FUNC_STRERROR_SEPARATE
|
gl_FUNC_STRERROR_SEPARATE
|
||||||
|
|
||||||
Makefile.am:
|
Makefile.am:
|
||||||
if RELOCATABLE_VIA_WRAPPER
|
|
||||||
uninstall-hook: uninstall-relocwrapper
|
|
||||||
uninstall-relocwrapper:
|
|
||||||
if test $(RELOCATABLE) = yes; then \
|
|
||||||
case '$(EXEEXT)' in \
|
|
||||||
.bin*) ;; \
|
|
||||||
*) cd $(top_builddir) && \
|
|
||||||
$(MAKE) $(AM_MAKEFLAGS) EXEEXT=.bin$(EXEEXT) \
|
|
||||||
AM_MAKEFLAGS='$(AM_MAKEFLAGS) EXEEXT=.bin$(EXEEXT)' \
|
|
||||||
uninstall ;; \
|
|
||||||
esac; \
|
|
||||||
fi
|
|
||||||
.PHONY: uninstall-relocwrapper
|
|
||||||
endif
|
|
||||||
|
|
||||||
Include:
|
Include:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user