Changeset 333 for Whitix/trunk/Makefile

Show
Ignore:
Timestamp:
04/21/08 17:10:16 (7 months ago)
Author:
mwhitworth
Message:

Fix sort call to kernel.txt

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/Makefile

    r243 r333  
    3535        cp about.txt CdRoot/readme.txt 
    3636         
    37         nm kern | sort -g > kernel.txt 
     37        nm kern | sort -u > kernel.txt 
    3838 
    3939ifneq ($(CONFIG_ALLSYMS),Y)