Add some comments.
authorDavid Edelsohn <dje.gcc@gmail.com>
Fri, 21 Jul 1995 19:03:53 +0000 (19:03 +0000)
committerDavid Edelsohn <dje.gcc@gmail.com>
Fri, 21 Jul 1995 19:03:53 +0000 (19:03 +0000)
cfg-ml-pos.in

index c0798a38c35ff7c6821d581e76e4c8dae0abd647..232ca24a72f6fafaa707e99b4f2f733132bae387 100644 (file)
@@ -38,6 +38,12 @@ mv Makefile.tem ${Makefile}
 
 # Add default definitions for all, install, clean, etc.
 # if the Makefile uses them.
+#
+# ??? The variables will be undefined when they're not used
+# (eg: native libiberty) and things will work just fine, but some may argue
+# that's not clean.  We can always revisit this as necessary (probably by
+# defining all the relevant vars as empty and then instead of prepending
+# corrected values we can modify them in place).
 
 if grep ALL_MULTI ${Makefile} >/dev/null 2>/dev/null
 then
This page took 0.026138 seconds and 4 git commands to generate.