Commit 4e3ff9f2836981186639fa77ebfbd00c29bedca2

Authored by Jacob Vosmaer
1 parent 4c29f1c4

Add a comment when hacking config.mak.autogen

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/software/git.rb
@@ -27,6 +27,7 @@ build do @@ -27,6 +27,7 @@ build do
27 block do 27 block do
28 open(File.join(project_dir, "config.mak.autogen"), "a") do |file| 28 open(File.join(project_dir, "config.mak.autogen"), "a") do |file|
29 file.print <<-EOH 29 file.print <<-EOH
  30 +# Added by Omnibus git software definition git.rb
30 NO_PERL=YesPlease 31 NO_PERL=YesPlease
31 NO_EXPAT=YesPlease 32 NO_EXPAT=YesPlease
32 NO_TCLTK=YesPlease 33 NO_TCLTK=YesPlease