Changeset d8d7a0d in mainline for boot/Makefile


Ignore:
Timestamp:
2013-03-10T20:53:58Z (11 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
40a0e3bd
Parents:
e4a1497 (diff), 05bab88 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

No compile-time symlinks

Prior this commit, during the build process symlinks to architecture
specific directories and abi/ were created.

This commit (merge from lp:~vojtech-horky/helenos/misc) adds extra
directory and thus it is possible to use -I directive only.

As a side effect, this brings less confusion to tools such as IDE or
documentation generators.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile

    re4a1497 rd8d7a0d  
    6161        mkdir "$(DIST_PATH)/inc/c/"
    6262        cp -r -L "$(USPACE_PATH)/lib/c/include/." "$(DIST_PATH)/inc/c/"
     63        cp -r -L "$(ROOT_PATH)/abi/include/." "$(DIST_PATH)/inc/c/"
     64        cp -r -L "$(USPACE_PATH)/lib/c/arch/$(UARCH)/include/." "$(DIST_PATH)/inc/c/"
    6365        cat "$(USPACE_PATH)/lib/c/arch/$(UARCH)/_link.ld" | sed 's/^STARTUP(.*)$$//g' > "$(DIST_PATH)/inc/_link.ld"
    6466endif
Note: See TracChangeset for help on using the changeset viewer.