Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > Ãvar ArnfjÃrà Bjarmason wrote: > >> That listing should be in a comment at the start of the >> Makefile. Please submit a patch for that! > > How about this? An annoying piece of GNU makefile syntax makes this > uglier than it needs to be (search for HACK for details). > > Signed-off-by: Jonathan Nieder <jrnieder@xxxxxxxxx> > --- > diff --git a/Makefile b/Makefile > index 1f1ce04..38edd65 100644 > --- a/Makefile > +++ b/Makefile > @@ -1,6 +1,8 @@ > # The default target of this Makefile is... > all:: > > +outline:: ; @echo "Configuration." > + > # Define V=1 to have a more verbose compile. > # > # Define SHELL_PATH to a POSIX shell if your /bin/sh is broken. Hmm, I don't quite get what you are trying to do here. What good does the output from "make outline" do to a potential/actual developer? You can learn that there are sections for "Testing rules", but then what? You will look for that string in the editor or pager. Or is this some sort of outline/org-mode hack? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html