Changeset 4e9aaf5 in mainline for uspace


Ignore:
Timestamp:
2010-03-19T18:30:12Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8023571, b535aeb, e2b73d4f
Parents:
3c80f2b
Message:

more autotooling: run actually the compiler in autotool.py and detect sizes of integers, generate common.h
more build system cleanup: remove redundancy, remove config.defs, merge kernel makefiles to a single file

Location:
uspace
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/Makefile.common

    r3c80f2b r4e9aaf5  
    6363    $(LIBC_PREFIX)/../../../Makefile.config \
    6464    $(LIBC_PREFIX)/../../../config.h \
    65     $(LIBC_PREFIX)/../../../config.defs \
    6665    $(LIBS) \
    6766    \
  • uspace/lib/Makefile.common

    r3c80f2b r4e9aaf5  
    6363    $(LIBC_PREFIX)/../../../Makefile.config \
    6464    $(LIBC_PREFIX)/../../../config.h \
    65     $(LIBC_PREFIX)/../../../config.defs \
    6665    $(LIBS) \
    6766    \
  • uspace/lib/libc/Makefile.toolchain

    r3c80f2b r4e9aaf5  
    5858-include $(LIBC_PREFIX)/../../../Makefile.common
    5959-include $(LIBC_PREFIX)/../../../Makefile.config
    60 -include $(LIBC_PREFIX)/../../../config.defs
    6160-include $(LIBC_PREFIX)/arch/$(UARCH)/Makefile.inc
    6261
  • uspace/srv/Makefile.common

    r3c80f2b r4e9aaf5  
    6767    $(LIBC_PREFIX)/../../../Makefile.config \
    6868    $(LIBC_PREFIX)/../../../config.h \
    69     $(LIBC_PREFIX)/../../../config.defs \
    7069    $(LIBS) \
    7170    \
     
    7877        find . -name '*.o' -follow -exec rm \{\} \;
    7978
    80 build: 
     79build:
    8180
    8281-include $(DEPEND)
  • uspace/srv/hid/console/Makefile

    r3c80f2b r4e9aaf5  
    3232.PHONY: all clean
    3333
    34 all: $(LIBC_PREFIX)/../../../Makefile.common $(LIBC_PREFIX)/../../../Makefile.config $(LIBC_PREFIX)/../../../config.h $(LIBC_PREFIX)/../../../config.defs $(LIBS)
     34all: $(LIBC_PREFIX)/../../../Makefile.common $(LIBC_PREFIX)/../../../Makefile.config $(LIBC_PREFIX)/../../../config.h $(LIBS)
    3535        -[ -f $(DEPEND) ] && mv -f $(DEPEND) $(DEPEND_PREV)
    3636        $(MAKE) -f Makefile.build PRECHECK=$(PRECHECK)
  • uspace/srv/hid/fb/Makefile

    r3c80f2b r4e9aaf5  
    3232.PHONY: all clean
    3333
    34 all: $(LIBC_PREFIX)/../../../Makefile.common $(LIBC_PREFIX)/../../../Makefile.config $(LIBC_PREFIX)/../../../config.h $(LIBC_PREFIX)/../../../config.defs $(LIBS)
     34all: $(LIBC_PREFIX)/../../../Makefile.common $(LIBC_PREFIX)/../../../Makefile.config $(LIBC_PREFIX)/../../../config.h $(LIBS)
    3535        -[ -f $(DEPEND) ] && mv -f $(DEPEND) $(DEPEND_PREV)
    3636        $(MAKE) -f Makefile.build PRECHECK=$(PRECHECK)
  • uspace/srv/hid/kbd/Makefile

    r3c80f2b r4e9aaf5  
    3232.PHONY: all clean
    3333
    34 all: $(LIBC_PREFIX)/../../../Makefile.common $(LIBC_PREFIX)/../../../Makefile.config $(LIBC_PREFIX)/../../../config.h $(LIBC_PREFIX)/../../../config.defs $(LIBS)
     34all: $(LIBC_PREFIX)/../../../Makefile.common $(LIBC_PREFIX)/../../../Makefile.config $(LIBC_PREFIX)/../../../config.h $(LIBS)
    3535        -[ -f $(DEPEND) ] && mv -f $(DEPEND) $(DEPEND_PREV)
    3636        $(MAKE) -f Makefile.build PRECHECK=$(PRECHECK)
Note: See TracChangeset for help on using the changeset viewer.