Ignore:
Timestamp:
Sep 12, 2004, 9:40:29 PM (21 years ago)
Author:
bird
Message:

Adding BSD stuff like there was no tomorrow.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/libc.smak

    • Property cvs2svn:cvs-rev changed from 1.44 to 1.45
    r1504 r1505  
    144144$(1): $(subst /omf/,/aout/,$(2))
    145145$(subst /omf/,/omf-log/,$(1)): $(subst /omf/,/aout-log/,$(2))
    146 $(subst /omf/,/omf-perf/,$(1)): $(subst /omf/,/aout-pref/,$(2))
     146$(subst /omf/,/omf-prof/,$(1)): $(subst /omf/,/aout-prof/,$(2))
     147
    147148endef
    148149$(foreach o,$(LIBC.OBJS.COMMON),$(eval $(call def_libc_omf_dep,$(o),$(patsubst %.obj,%.o,$(o)))))
     
    170171        @$(call FECHO,$@,EXPORTS)
    171172        $(call DO.EMXEXP,$(filter %.lib,$^),$@)
    172         sed -e "/\"___pfn/d" -e "/\"__sys_/d" -e "/\"___sys_/d" -e "/\"___libc_[a-z]/d" $@ > $@.tmp
     173        sed  -e "/\"___pfn/d" -e "/\"__sys_/d" -e "/\"___sys_/d" -e "/\"___libc_[a-z]/d" -e "/\"__nsyy/d" $@ > $@.tmp
    173174        mv -f $@.tmp $@
    174175        krx.exe src/lib/dlllegacy.cmd -e "_DLL_InitTerm" $@ src/lib/libc.def
Note: See TracChangeset for help on using the changeset viewer.