Opened 15 years ago

Closed 13 years ago

#124 closed enhancement (fixed)

Hands-off configure/build

Reported by: Jiri Svoboda Owned by:
Priority: major Milestone: 0.4.3
Component: helenos-build Version: mainline
Keywords: Cc:
Blocker for: Depends on:
See also: #108

Description

We need a fully automated configure/build. It should be easy since all we already have pre-configured defaults, we just need a way to select them from the command line.

This will allow automated testing, building of distribution files, etc.

Change History (5)

comment:1 by Jiri Svoboda, 15 years ago

Type: defectenhancement

comment:2 by Jakub Jermář, 14 years ago

Component: unspecifiedbuild

comment:3 by Jakub Jermář, 14 years ago

Milestone: 0.4.20.5.0

Retargeting for 0.5.0

comment:4 by Jakub Jermář, 13 years ago

See also: #108

comment:5 by Jiri Svoboda, 13 years ago

Resolution: fixed
Status: newclosed

Fixed in changeset:mainline,737 and changeset:mainline,738. Now you can perform a hands-off configure build with a command such as

$ make distclean && make PROFILE=ia32

or

$ make distclean && make PROFILE=mips32/GXemul
Note: See TracTickets for help on using tickets.