file: use new-style target override for uninstall
As suggested by Thomas. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
133a3f90ba
commit
239181f865
@ -10,11 +10,10 @@ FILE_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE"
|
||||
FILE_DEPENDENCIES = host-file zlib
|
||||
HOST_FILE_DEPENDENCIES = host-zlib
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,file))
|
||||
$(eval $(call AUTOTARGETS,package,file,host))
|
||||
|
||||
$(FILE_TARGET_UNINSTALL):
|
||||
$(call MESSAGE,"Uninstalling")
|
||||
define FILE_UNINSTALL_TARGET_CMDS
|
||||
$(MAKE) DESTDIR=$(TARGET_DIR) uninstall -C $(FILE_DIR)
|
||||
rm -f $(TARGET_DIR)/usr/lib/libmagic.*
|
||||
rm -f $(FILE_TARGET_INSTALL_TARGET) $(FILE_HOOK_POST_INSTALL)
|
||||
endef
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,file))
|
||||
$(eval $(call AUTOTARGETS,package,file,host))
|
||||
|
Loading…
Reference in New Issue
Block a user