]> Git Repo - linux.git/blobdiff - scripts/makelst
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
[linux.git] / scripts / makelst
index 4fc80f2b7e19d7c814e91e25309c181ba7649bc1..e6581496d820741fe3a80d0de3c4ac57498a2e4f 100755 (executable)
@@ -3,8 +3,8 @@
 # with correct relocations from System.map
 # Requires the following lines in makefile:
 #%.lst: %.c
-#      $(CC) $(CFLAGS) $(EXTRA_CFLAGS) $(CFLAGS_$@) -g -c -o $*.o $<
-#      $(srctree)/scripts/makelst $*.o $(objtree)/System.map $(OBJDUMP)
+#      $(CC) $(c_flags) -g -c -o $*.o $< &&
+#      $(srctree)/scripts/makelst $*.o System.map $(OBJDUMP) > $@
 #
 # Copyright (C) 2000 IBM Corporation
 # Author(s): DJ Barrow ([email protected],[email protected])
This page took 0.034191 seconds and 4 git commands to generate.