Align comments.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 12 Apr 2005 06:27:56 +0000 (06:27 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 12 Apr 2005 06:27:56 +0000 (06:27 +0000)
src/Makefile.build

index d4c6d659d0afc5af2da03dbe67751d10beff0324..df3877705db29ff9deb09bf13f2e8c1d11d18abe 100644 (file)
@@ -31,11 +31,11 @@ devices_SRC += devices/disk.c               # IDE disk device.
 devices_SRC += devices/intq.c          # Interrupt queue.
 
 # Library code shared between kernel and user programs.
-lib_SRC  = lib/debug.c         # Debug helpers.
-lib_SRC += lib/random.c                # Pseudo-random numbers.
-lib_SRC += lib/stdio.c         # I/O library.
-lib_SRC += lib/stdlib.c                # Utility functions.
-lib_SRC += lib/string.c                # String functions.
+lib_SRC  = lib/debug.c                 # Debug helpers.
+lib_SRC += lib/random.c                        # Pseudo-random numbers.
+lib_SRC += lib/stdio.c                 # I/O library.
+lib_SRC += lib/stdlib.c                        # Utility functions.
+lib_SRC += lib/string.c                        # String functions.
 
 # Kernel-specific library code.
 lib_kernel_SRC += lib/kernel/list.c    # Doubly-linked lists.