Changeset 58775d30 in mainline for release/Makefile


Ignore:
Timestamp:
2015-03-16T16:07:21Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2003739
Parents:
6069061 (diff), 795e2bf (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:

Mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release/Makefile

    r6069061 r58775d30  
    3232SRC_ARCHIVE = HelenOS-$(RELEASE).tar.bz2
    3333
    34 PROFILES = amd64 arm32/integratorcp arm32/gta02 arm32/beagleboardxm ia32 \
    35     ia64/i460GX ia64/ski mips32/msim ppc32 sparc64/ultra
     34PROFILES = \
     35        amd64 \
     36        arm32/beagleboardxm \
     37        arm32/beaglebone \
     38        arm32/gta02 \
     39        arm32/integratorcp \
     40        arm32/raspberrypi \
     41        ia32 \
     42        ia64/i460GX \
     43        ia64/ski \
     44        mips32/malta-be \
     45        mips32/msim \
     46        ppc32 \
     47        sparc32/leon3 \
     48        sparc64/niagara \
     49        sparc64/ultra
    3650
    3751BZR = bzr
Note: See TracChangeset for help on using the changeset viewer.