Advertisement
svenhoefer

Untitled

Sep 25th, 2018
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.48 KB | None | 0 0
  1. diff --git a/make/rootfs.mk b/make/rootfs.mk
  2. index 0dad515..ffedc38 100644
  3. --- a/make/rootfs.mk
  4. +++ b/make/rootfs.mk
  5. @@ -72,29 +72,6 @@ endif
  6.     @du -sh $(BOX)
  7.     @echo -e "$(TERM_NORMAL)"
  8.  endif
  9. -ifeq ($(DEBUG), yes)
  10. -   @echo "*******************************************************"
  11. -   @echo "*** The following warnings from strip are harmless! ***"
  12. -   @echo "*******************************************************"
  13. -   find $(BOX)/bin -path $(BOX)/bin/neutrino -prune -o -type f -print0 | xargs -0 $(TARGET)-strip || true
  14. -   find $(BOX)/sbin -type f -print0 | xargs -0 $(TARGET)-strip || true
  15. -   find $(BOX)/lib/valgrind -type f -print0 | xargs -0 $(TARGET)-strip || true
  16. -   @echo "*******************************************************"
  17. -   @echo "***        Strip samba for debug image              ***"
  18. -   @echo "*******************************************************"
  19. -   $(TARGET)-strip $(TARGET_DIR)/bin/smbclient
  20. -   $(TARGET)-strip $(TARGET_DIR)/bin/smbpasswd
  21. -   $(TARGET)-strip $(TARGET_DIR)/lib/libsmbsharemodes.so.0
  22. -   $(TARGET)-strip $(TARGET_DIR)/lib/libsmbclient.so.0
  23. -   $(TARGET)-strip $(TARGET_DIR)/lib/libnetapi.so.0
  24. -   $(TARGET)-strip $(TARGET_DIR)/lib/libtdb.so.1
  25. -   $(TARGET)-strip $(TARGET_DIR)/lib/libtalloc.so.1
  26. -   $(TARGET)-strip $(TARGET_DIR)/lib/libwbclient.so.0
  27. -   find $(BOX)/lib/samba -type f -print0 | xargs -0 $(TARGET)-strip || true
  28. -   @echo -e "$(TERM_YELLOW)"
  29. -   @du -sh $(BOX)
  30. -   @echo -e "$(TERM_NORMAL)"
  31. -endif
  32.  
  33.  # create softlinks in filesystem
  34.  softlinks: $(BOX)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement