Skip to content

Commit

Permalink
generate proper new line
Browse files Browse the repository at this point in the history
  • Loading branch information
peppergrayxyz committed Oct 2, 2024
1 parent 36fbf7a commit 6380597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ msg_sed= SED $@
cmd_sed= $(SED) -e 's/\#/%/' <$^ >$@

msg_version= VERSION $@
cmd_version= $(MKDIR) $(dir $@); $(ECHO) "\#include <runtime.h>\nconst sstring gitversion = ss_static_init(\"$(shell $(GIT) rev-parse HEAD)\");" >$@
cmd_version= $(MKDIR) $(dir $@); ( $(ECHO) "\#include <runtime.h>"; $(ECHO) "const sstring gitversion = ss_static_init(\"$(shell $(GIT) rev-parse HEAD)\");" ) >$@

include ../../klib/klib.mk

Expand Down

0 comments on commit 6380597

Please sign in to comment.