mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
libuuid: add -source and -clean targets
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b6718de1ec
commit
ccc42efe22
@ -151,7 +151,16 @@ e2fsprogs-clean:
|
|||||||
e2fsprogs-dirclean:
|
e2fsprogs-dirclean:
|
||||||
rm -rf $(E2FSPROGS_DIR)
|
rm -rf $(E2FSPROGS_DIR)
|
||||||
|
|
||||||
libuuid-dirclean:: e2fsprogs-dirclean
|
libuuid-clean:
|
||||||
|
-$(MAKE1) PATH=$(TARGET_PATH) DESTDIR=$(STAGING_DIR) LDCONFIG=true \
|
||||||
|
-C $(LIBUUID_DIR) uninstall
|
||||||
|
# make uninstall misses the includes
|
||||||
|
rm -rf $(STAGING_DIR)/usr/include/uuid
|
||||||
|
rm -f $(TARGET_DIR)/$(LIBUUID_TARGET_DIR)/$(LIBUUID_TARGET_BINARY)*
|
||||||
|
-$(MAKE1) -C $(LIBUUID_DIR) clean
|
||||||
|
|
||||||
|
libuuid-source: e2fsprogs-source
|
||||||
|
libuuid-dirclean: e2fsprogs-dirclean
|
||||||
|
|
||||||
#############################################################
|
#############################################################
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user