X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/a8daac8f698fa38f1ca3aaa2a3ed6ac20e5128e2..ef8ad44b9b5d9c6d8c0fa5b5494f449fb6717387:/bootlog.tproj/Makefile diff --git a/bootlog.tproj/Makefile b/bootlog.tproj/Makefile index 2799354..2cb67d9 100644 --- a/bootlog.tproj/Makefile +++ b/bootlog.tproj/Makefile @@ -5,4 +5,10 @@ CFILES = bootlog.c MANPAGES = bootlog.8 LAUNCHD_PLISTS = com.apple.bootlog.plist +Extra_CC_Flags = -Wall -Werror -mdynamic-no-pic +Extra_LD_Flags = -dead_strip + include $(MAKEFILEPATH)/CoreOS/ReleaseControl/BSDCommon.make + +after_install: + plutil -convert binary1 "$(DSTROOT)/System/Library/LaunchDaemons/$(LAUNCHD_PLISTS)"