mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
build: add an uninstalllibtalloc target
Michael
(This used to be commit 4b6ef6202c
)
This commit is contained in:
parent
95e434619b
commit
368cea20e9
@ -2191,6 +2191,12 @@ installlibtalloc:: installdirs libtalloc
|
||||
@$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) ${prefix}/include
|
||||
-$(INSTALLCMD) -m $(INSTALLPERMS_DATA) $(LIBTALLOC_HEADERS) $(DESTDIR)${prefix}/include
|
||||
|
||||
uninstalllibtalloc::
|
||||
-rm -f $(DESTDIR)$(LIBDIR)/`basename $(LIBTALLOC_SHARED_TARGET)`
|
||||
-$(UNINSTALLLIBCMD_SH) $(DESTDIR)$(LIBDIR)/`basename $(LIBTALLOC_SHARED_TARGET_SONAME)`
|
||||
-$(UNINSTALLLIBCMD_A) $(DESTDIR)$(LIBDIR)/`basename $(LIBTALLOC_STATIC_TARGET)`
|
||||
-rm -f $(DESTDIR)${prefix}/include/talloc.h
|
||||
|
||||
installlibtdb:: installdirs libtdb
|
||||
@$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(LIBDIR)
|
||||
-$(INSTALLLIBCMD_SH) $(LIBTDB_SHARED_TARGET) $(DESTDIR)$(LIBDIR)
|
||||
|
Loading…
Reference in New Issue
Block a user