Allow cpp to remove comments when producing kernel.lds.s.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 19 Oct 2004 17:37:30 +0000 (17:37 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 19 Oct 2004 17:37:30 +0000 (17:37 +0000)
This allows // comments to be used.

src/Makefile.build
src/constants.h

index baf4d83d565384926de500522ea71518964a126d..d5ce473e48e01620930369bcf29ae2a94f38c31e 100644 (file)
@@ -70,7 +70,7 @@ all: os.dsk
 threads/intr-stubs.S: threads/intr-stubs.pl threads/loader.h
        $< > $@
 
-threads/kernel.lds.s: CPPFLAGS += -P -C
+threads/kernel.lds.s: CPPFLAGS += -P
 threads/kernel.lds.s: threads/kernel.lds.S threads/loader.h
 
 kernel.o: threads/kernel.lds.s $(OBJECTS) 
index f97b0cb141c36bb3d6a7274cd4606da036ae041a..6fca7494e6ecf9cc93f6d865611e16daf4272aac 100644 (file)
@@ -4,9 +4,6 @@
    documentation.  Your code should not require other macros to
    be defined here to function properly. */
 
-/* Do not use C++-style (//) comments in this file.
-   You will break the build. */
-
 /* Example definition. */
 /*#define MACRONAME 1 */