Megatest

Check-in [57b95b420b]
Login
Overview
Comment:Build all of e2fsprogs for now. Trimback later
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 57b95b420b866c045c3e2556cf71f68111114a2f
User & Date: mrwellan on 2012-10-21 18:10:35
Other Links: manifest | tags
Context
2012-10-21
18:24
Tweaked making of libuuid check-in: e1752925bb user: matt tags: trunk
18:10
Build all of e2fsprogs for now. Trimback later check-in: 57b95b420b user: mrwellan tags: trunk
18:09
Added matcable egg check-in: fb5ff46f53 user: matt tags: trunk
Changes

Modified utils/installall.sh from [0724089bff] to [fb4621f30b].

160
161
162
163
164
165
166
167
168


169
170
171
172
173
174
175
160
161
162
163
164
165
166


167
168
169
170
171
172
173
174
175







-
-
+
+








if ! [[ -e libuuid ]] ; then
    wget wget http://www.kiatoa.com/matt/iup/e2fsprogs-1.42.5.tar.gz
    tar xfz e2fsprogs-1.42.5.tar.gz
    cd e2fsprogs-1.42.5
    mkdir build
    cd build
    ../configure --prefix=$PREFIX
    cd lib/uuid
    ../configure --prefix=$PREFIX --enable-elf-shlibs
    # cd lib/uuid
    make install
fi

# http://download.zeromq.org/zeromq-3.2.1-rc2.tar.gz
# zpatchlev=-rc2
# http://download.zeromq.org/zeromq-2.2.0.tar.gz
ZEROMQ=zeromq-2.2.0