/[d-i]/trunk/installer/build/Makefile
ViewVC logotype

Log of /trunk/installer/build/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 66261)

Revision 11852 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 24 03:42:33 2004 UTC (9 years, 2 months ago) by joeyh
File length: 24130 byte(s)
Diff to previous 11839
add a rebuild_ set of targets, to cut down on my typing

Revision 11839 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 24 01:14:28 2004 UTC (9 years, 2 months ago) by joeyh
File length: 23993 byte(s)
Diff to previous 11652
    - Remove the status.udeb symlink; udpkg has been changed to use regular
      status.

Revision 11652 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 22 00:57:27 2004 UTC (9 years, 2 months ago) by joeyh
File length: 24013 byte(s)
Diff to previous 11648
update build process for new merged source package

Revision 11648 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 22 00:37:46 2004 UTC (9 years, 2 months ago) by joeyh
File length: 24004 byte(s)
Diff to previous 11032
patch together a new source package that will include both the images and
the manual

Revision 11032 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 20 03:24:37 2004 UTC (9 years, 3 months ago) by ths-guest
Original Path: trunk/build/Makefile
File length: 24004 byte(s)
Diff to previous 10901
Build fix needed for the /dev/console change.

Revision 10901 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 17 01:50:51 2004 UTC (9 years, 3 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 24008 byte(s)
Diff to previous 10751
    - Move countrychooser off of the i386 root floppy, and onto
      the net-drivers and cd-drivers floppys, freeing 50k.
      load-floppy now runs before it.
    - Reenable all translations for root floppy again, though this can't last.
    - Always include /dev/console, even for images that will use devfs.
      This means that netboot users will not have to remember the devfs=mount.
    - Left devfs=mount in syslinux.cfg anyway, out of general caution.
    - Add another dh_testroot call before udebs are downloaded.

Revision 10751 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 14 23:15:41 2004 UTC (9 years, 3 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 23939 byte(s)
Diff to previous 10404
    - Change NO_I18N to DROP_LANG, a perl regexp of languages not to include.
    - We're out of space on the root i386 floppy, so I have dropped some
      languages from this floppy: ar ro sl pl sv bs

Revision 10404 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 11 23:31:49 2004 UTC (9 years, 3 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 23918 byte(s)
Diff to previous 9936
  * Jeremie Koenig
    - Don't run dpkg-architecture in submakes as that is slow.

Revision 9936 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 5 19:56:03 2004 UTC (9 years, 3 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 23779 byte(s)
Diff to previous 9841
    - Include characters from needed-characters/?? into the unifont.bdf.
      Closes: #235998

Revision 9841 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 5 01:12:39 2004 UTC (9 years, 3 months ago) by waldi
Original Path: trunk/build/Makefile
File length: 23755 byte(s)
Diff to previous 9839
Wrong file.

Revision 9839 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 5 01:02:46 2004 UTC (9 years, 3 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 23724 byte(s)
Diff to previous 9810
revert waldi's change, it broke unifont generation everywhere

Revision 9810 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 4 21:54:03 2004 UTC (9 years, 3 months ago) by waldi
Original Path: trunk/build/Makefile
File length: 23754 byte(s)
Diff to previous 9653
Only build the font if available.

Revision 9653 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 3 04:44:02 2004 UTC (9 years, 3 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 23724 byte(s)
Diff to previous 9370
    - Add $(TREE)/usr/lib to mklibs search path, so it can find
      libdebconfclient0.

Revision 9370 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 27 02:04:24 2004 UTC (9 years, 3 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 23721 byte(s)
Diff to previous 9336
    - add the libiw27-udeb to every list that includes netcfg
    - add libdebconfclient to pkg-lists/base; it is marginally smaller than
      having mklibs copy in the system one. Remove build-dep.
    - same for libdebian-installer-4-udeb, although it is not currently any
      smaller
    - before running mklibs, copy all the libs from lib and usr/lib in the
      initrd to a temporary directory, and add that to mklib's search path
      with -L. This will make it avoid copying in large versions of libs from
      the build system if there is already a small version available in the
      initrd.
    - removed the slow, buggy code that added unneccessary and often wrong
      "-reduced" entries to the status file

Revision 9336 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 26 14:44:03 2004 UTC (9 years, 3 months ago) by ths-guest
Original Path: trunk/build/Makefile
File length: 23938 byte(s)
Diff to previous 9292
Remove only the current TARGETs in the _clean rule, not everyone.

Revision 9292 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 26 02:35:03 2004 UTC (9 years, 3 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 24002 byte(s)
Diff to previous 9271
keep system.map available, for joshk

remove libiw dependency, it is statically linked now and will use a udeb
later

Revision 9271 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 25 19:51:41 2004 UTC (9 years, 3 months ago) by jbailey
Original Path: trunk/build/Makefile
File length: 23992 byte(s)
Diff to previous 9210
We *can* eradicate ROMFS in your lifetime

Revision 9210 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 25 04:29:00 2004 UTC (9 years, 3 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 24169 byte(s)
Diff to previous 9191
    - put syslinux boot screens back on boot floppy and hd-media

Revision 9191 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 24 23:54:02 2004 UTC (9 years, 3 months ago) by ths-guest
Original Path: trunk/build/Makefile
File length: 24148 byte(s)
Diff to previous 9080
Useless use of cat.

Revision 9080 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 23 07:09:56 2004 UTC (9 years, 3 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 24152 byte(s)
Diff to previous 8914
fix pcmcia-cnfig-reduce call

Revision 8914 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 18 16:57:43 2004 UTC (9 years, 4 months ago) by smarenka
Original Path: trunk/build/Makefile
File length: 24148 byte(s)
Diff to previous 8764
pad 2.2.x initrd's

Revision 8764 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 13 23:08:55 2004 UTC (9 years, 4 months ago) by ths-guest
Original Path: trunk/build/Makefile
File length: 23973 byte(s)
Diff to previous 8745
Don't trigger the tree target for mini-ISOs.

Revision 8745 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 13 12:42:42 2004 UTC (9 years, 4 months ago) by ths-guest
Original Path: trunk/build/Makefile
File length: 24003 byte(s)
Diff to previous 8729
Use subarch kernel names for mips, mipsel. Improve mini-ISO support.

Revision 8729 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 12 23:29:24 2004 UTC (9 years, 4 months ago) by jbailey
Original Path: trunk/build/Makefile
File length: 23969 byte(s)
Diff to previous 8719
Don't run System.map processing twice.  Remove spurious comment.  Move KERNELVERSION test where it should've been

Revision 8719 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 12 19:22:26 2004 UTC (9 years, 4 months ago) by jbailey
Original Path: trunk/build/Makefile
File length: 24051 byte(s)
Diff to previous 8660
    - Uncomment ths' code for handling multiple System.map files,
      conditionalise with VERSIONED_SYSTEM_MAP
    - sparc: Define VERSIONED_SYSTEM_MAP

Revision 8660 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 10 07:28:42 2004 UTC (9 years, 4 months ago) by ths-guest
Original Path: trunk/build/Makefile
File length: 24027 byte(s)
Diff to previous 8655
Unbreak i386 mini-ISO generation.

Revision 8655 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 10 06:34:22 2004 UTC (9 years, 4 months ago) by ths-guest
Original Path: trunk/build/Makefile
File length: 23972 byte(s)
Diff to previous 8620
Create MAINFEST for mipsel.
Add mini-ISO targets for mips, mipsel.
Small Makefile cleanup.

Fix Changelog entries which went in the entry of an already released version.

Revision 8620 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 9 06:26:56 2004 UTC (9 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 23882 byte(s)
Diff to previous 8618
Improvements to manifest generation and formatting.

Revision 8618 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 9 04:00:49 2004 UTC (9 years, 4 months ago) by ths-guest
Original Path: trunk/build/Makefile
File length: 24077 byte(s)
Diff to previous 8617
Fix genromfs invocation, found by Thomas Poindessous.

Revision 8617 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 9 03:55:00 2004 UTC (9 years, 4 months ago) by ths-guest
Original Path: trunk/build/Makefile
File length: 24046 byte(s)
Diff to previous 8600
Add support for MANIFEST files.

Revision 8600 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 8 22:36:45 2004 UTC (9 years, 4 months ago) by ths-guest
Original Path: trunk/build/Makefile
File length: 23592 byte(s)
Diff to previous 8599
Remove special handling for "default", part 2.

Revision 8599 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 8 22:29:06 2004 UTC (9 years, 4 months ago) by ths-guest
Original Path: trunk/build/Makefile
File length: 23551 byte(s)
Diff to previous 8590
Remove special handling for "default", it was broken anyway.

Revision 8590 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 8 19:47:53 2004 UTC (9 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 24048 byte(s)
Diff to previous 8572
   - Convert the miniiso to use isolinux, to support any size initrd.

Revision 8572 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 8 08:15:05 2004 UTC (9 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 24055 byte(s)
Diff to previous 8566
    - Add a dest/cdrom/debian-cd_info.tar.gz with the syslinux screens
      and splash image, for eventual use by debian-cd.

Revision 8566 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 8 07:22:55 2004 UTC (9 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 23846 byte(s)
Diff to previous 8565
build the mini-iso without including a rather useless boot.img in dest

Revision 8565 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 8 06:41:05 2004 UTC (9 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 23820 byte(s)
Diff to previous 8549
    - Fix up miniiso creation to fit into the new build system better.
    - Turn on miniiso creation for netboot, so there is a
      dest/netboot/mini.iso that behaves the same as a netboot would.
update README too
and remove stuff from cvsignore that the new build system has moved

Revision 8549 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 8 01:41:40 2004 UTC (9 years, 4 months ago) by ths-guest
Original Path: trunk/build/Makefile
File length: 23690 byte(s)
Diff to previous 8526
Redesigned build system. Major changes to the configuration handling for
all architectures.
Remove arhcdetect from m68k config, it is already in the generic config.
Fix broken alpha build, input-modules isn't created for -di kernel flavour.

Revision 8526 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 6 19:25:18 2004 UTC (9 years, 4 months ago) by smarenka
Original Path: trunk/build/Makefile
File length: 18110 byte(s)
Diff to previous 8408
add loopback devices for 2.2 kernel

Revision 8408 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 4 01:29:26 2004 UTC (9 years, 4 months ago) by kraai
Original Path: trunk/build/Makefile
File length: 17953 byte(s)
Diff to previous 8255
Handle tabs in $(SYSTEM_SOURCES_LIST), thanks to Bastian Kleineidam.

Revision 8255 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 29 20:00:59 2004 UTC (9 years, 4 months ago) by smarenka
Original Path: trunk/build/Makefile
File length: 17930 byte(s)
Diff to previous 8011
2.2.25 devices should include scd0

Revision 8011 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 21 18:56:34 2004 UTC (9 years, 4 months ago) by smarenka
Original Path: trunk/build/Makefile
File length: 17899 byte(s)
Diff to previous 7722
add a few more devices for 2.2.25 for good measure

Revision 7722 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 14 06:38:09 2004 UTC (9 years, 5 months ago) by ths-guest
Original Path: trunk/build/Makefile
File length: 17806 byte(s)
Diff to previous 7272
Remove dead apt-get code in the Makefile.

Revision 7272 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 29 18:07:23 2003 UTC (9 years, 5 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 18128 byte(s)
Diff to previous 7115
    - Pass devfs=mount,dall in yaboot.conf for new powerpc kernel.
    - Add expert and expert-safe boot modes to yaboot.
(someone who knows yaboot, please sanity-check this)

Revision 7115 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 26 18:49:20 2003 UTC (9 years, 5 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 18265 byte(s)
Diff to previous 7101
reverted Kenshi Muto's getallpo changes, which made some bad assumtions

Revision 7101 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 26 15:18:49 2003 UTC (9 years, 5 months ago) by kmuto
Original Path: trunk/build/Makefile
File length: 18335 byte(s)
Diff to previous 7048
add getallpo.sh

Revision 7048 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 24 14:41:18 2003 UTC (9 years, 5 months ago) by ths-guest
Original Path: trunk/build/Makefile
File length: 18265 byte(s)
Diff to previous 7014
"make reallyclean" should really clean.

Revision 7014 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 24 04:58:24 2003 UTC (9 years, 5 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 18253 byte(s)
Diff to previous 7003
    - Grep out several encodings that confuse reduce-font:
      ISO-8859-*, EUC-JP, CP1251. This is a temporary hackaround to get it
      building again.

Revision 7003 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 23 23:10:49 2003 UTC (9 years, 5 months ago) by bubulle
Original Path: trunk/build/Makefile
File length: 18111 byte(s)
Diff to previous 6982
Reverted back my stupid changes

Revision 6982 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 23 16:45:40 2003 UTC (9 years, 5 months ago) by bubulle
Original Path: trunk/build/Makefile
File length: 18129 byte(s)
Diff to previous 6762
Added or updated a lot of slovenian translations from Jure Cuhalev

Revision 6762 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 19 23:02:25 2003 UTC (9 years, 6 months ago) by ths-guest
Original Path: trunk/build/Makefile
File length: 18111 byte(s)
Diff to previous 6702
Fix 'make clean' if type demo is unsupported.

Revision 6702 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 18 20:29:11 2003 UTC (9 years, 6 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 18062 byte(s)
Diff to previous 6691
  * Marco d'Itri
    - Add preliminary support for .ko kernel modules.

Revision 6691 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 18 12:36:42 2003 UTC (9 years, 6 months ago) by ths-guest
Original Path: trunk/build/Makefile
File length: 18007 byte(s)
Diff to previous 6674
Build the demo tree only for architectures which support it.
Don't build images for the demo target.
Ensure TYPE=demo for the Makefile's demo target.
Remove stamp files for tree and get_udebs at the begin of their rule,
create them at the rule's end.
Ignore errors for the all_clean target.
Don't use USERDEVFS for linux-mips.

This patch was tested with a build on both mips and i386.

Revision 6674 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 17 21:20:45 2003 UTC (9 years, 6 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 17732 byte(s)
Diff to previous 6533
    - If System.map is included in the kernel image udeb, pass it to depmod
      via -F and delete it when done. This is to support building on systems
      running 2.6.

Revision 6533 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 14 16:19:17 2003 UTC (9 years, 6 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 17564 byte(s)
Diff to previous 6518
    - Generate bootable hd-media images, not just the initrd.
      These can be written directly the usb memory stick, then mounted
      and a d-i iso copied in. As they're quite big (and sparse),
      they are gzipped.

Revision 6518 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 13 19:45:32 2003 UTC (9 years, 6 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 17513 byte(s)
Diff to previous 6316
ignore lines like this:
deb http://non-us.debian.org/ sarge/non-US main contrib non-free

Revision 6316 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 8 21:08:33 2003 UTC (9 years, 6 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 17485 byte(s)
Diff to previous 6210
    - makelabel takes the build date as its second parameter. Calculating
      BUILD_DATE once at the start to avoid inconsistencies during
      long/midnight builds.
    - Add MEDIA_TYPE to configs for bootable image types.
    - Add DEBIAN_VERSION to config.
    - Add bootscreen-subst to substitute these variables into boot screens.
    - Make a syslinux help screen, for all i386 syslinuxed boot media.
      Includes the build date, debian version, and media type, and is derived
      from isolinux help texts on the sarge cds, but modified to actually
      match d-i:
        - remove boot flavor docs, as we currently have no flavors
        - remove rescue stuff, as d-i is not currently also a rescue disk
        - reduce number of colors used for cleaner look
        - remove mention of non-free
        - try to make the prerequisites documentation somewhere close to
          reality -- 64 mb ram and 256 mb disk.
        - make every boot message screen 22 lines long, followed by a blank
          line (which is in turn followed by the boot: prompt), for consistent
          display
        - remove references in f4.txt to a nonexistant table
        - remove documentation of mono and vga16:off, as they do not work with
          d-i
        - remove keytimer hack documentation, that was for boot-floppies
        - add documentation of d-i's boot time parameters, including the new
          debian-installer/framebuffer=false
        - remove the mailing list subscription info; boot time is not the
          time to tell the user about this. In its place, make f9.txt be
          about Debian.
      - Remove DEBCONF_DEBUG setting from syslinux.cfg.
      - Use bootscreen-subst on powerpc's boot.msg, too.

Revision 6210 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 18 00:24:00 2003 UTC (9 years, 7 months ago) by goswin
Original Path: trunk/build/Makefile
File length: 17471 byte(s)
Diff to previous 6209
Avoid some unwanted shell fragment errors

Revision 6209 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 18 00:08:36 2003 UTC (9 years, 7 months ago) by goswin
Original Path: trunk/build/Makefile
File length: 17435 byte(s)
Diff to previous 6143
Added several "set -e" to shell fragments

Revision 6143 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 17 00:26:44 2003 UTC (9 years, 7 months ago) by goswin
Original Path: trunk/build/Makefile
File length: 17270 byte(s)
Diff to previous 6140
sources.list.type improvement and apt-get update error handling

Revision 6140 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 17 00:09:23 2003 UTC (9 years, 7 months ago) by goswin
Original Path: trunk/build/Makefile
File length: 17271 byte(s)
Diff to previous 6129
- Allow file: url in /etc/apt/sources.list
- Added sources.list.deb target

Revision 6129 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 16 18:57:49 2003 UTC (9 years, 7 months ago) by goswin
Original Path: trunk/build/Makefile
File length: 17273 byte(s)
Diff to previous 6058
Split out getting packages with apt-get into get-packages shell script

Revision 6058 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 14 03:07:15 2003 UTC (9 years, 7 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 19059 byte(s)
Diff to previous 5930
- Add disk labels to the i386 floppy images, for use by the bootfloppy
      initrd, and maybe later by the floppy retreiver, etc.

Revision 5930 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 10 16:23:00 2003 UTC (9 years, 7 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 19008 byte(s)
Diff to previous 5726
Create DEST before copying in DEST_KERNEL

Revision 5726 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 5 07:00:02 2003 UTC (9 years, 7 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 18988 byte(s)
Diff to previous 5711
Undo accidental depmod.modutils change.

Revision 5711 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 4 21:58:35 2003 UTC (9 years, 7 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 18997 byte(s)
Diff to previous 5611
terminfo entries now provided by di-utils-terminfo, not the Makefile.

Revision 5611 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 2 17:39:41 2003 UTC (9 years, 7 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 19278 byte(s)
Diff to previous 5496
fix kernel module udebs names in udeb_include

Revision 5496 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 29 17:06:22 2003 UTC (9 years, 7 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 19242 byte(s)
Diff to previous 5449
fail as early as possible

Revision 5449 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 27 10:05:04 2003 UTC (9 years, 7 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 19231 byte(s)
Diff to previous 5389
set LANG, LC_ALL to C.UTF-8 in demo: to get border chars

Revision 5389 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 25 15:51:40 2003 UTC (9 years, 7 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 19201 byte(s)
Diff to previous 5339
remove dest kernels on clean

Revision 5339 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 24 02:38:12 2003 UTC (9 years, 7 months ago) by kraai
Original Path: trunk/build/Makefile
File length: 19112 byte(s)
Diff to previous 5337
Don't remove /linuxrc.

Revision 5337 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 23 22:12:52 2003 UTC (9 years, 7 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 19201 byte(s)
Diff to previous 5330
try to deal better with empty extraudebs

Revision 5330 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 23 18:08:34 2003 UTC (9 years, 7 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 19163 byte(s)
Diff to previous 5329
include kernel images in dest/ for initrd
updated version in changelog

Revision 5329 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 23 17:42:31 2003 UTC (9 years, 7 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 19034 byte(s)
Diff to previous 5327
typo

Revision 5327 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 23 17:41:09 2003 UTC (9 years, 7 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 19032 byte(s)
Diff to previous 5316
skip security.debian.org entries

Revision 5316 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 23 16:21:37 2003 UTC (9 years, 7 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 19002 byte(s)
Diff to previous 5210
- remove TERM setting in make demo, seems to do more harm than good
- clean up driver disks in make clean

Revision 5210 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 21 20:04:13 2003 UTC (9 years, 7 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 18989 byte(s)
Diff to previous 5188
parameterise --force-overwrite

Revision 5188 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 20 22:32:13 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 18979 byte(s)
Diff to previous 5182
revert my reversion of mrvn's revision

Revision 5182 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 20 15:57:51 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 18890 byte(s)
Diff to previous 5180
revert Goswin von Brederlow's linuxrc changes until the new rootskel
reaches the mirrors

Revision 5180 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 20 15:54:42 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 18979 byte(s)
Diff to previous 5103
don't complain about .list files

Revision 5103 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 18 20:38:04 2003 UTC (9 years, 8 months ago) by goswin
Original Path: trunk/build/Makefile
File length: 18931 byte(s)
Diff to previous 4985
! this needs a new rootskel release and the new rootskel release !
! needs this                                                     !
- remove /linuxrc from busybox-*-udeb to prevent accidental execution
- remove init=/linuxrc from bootloader config

Revision 4985 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 16 18:05:25 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 18842 byte(s)
Diff to previous 4896
whine about control files that should not be there

Revision 4896 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 15 14:43:05 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 18783 byte(s)
Diff to previous 4842
improved formatting of stats

Revision 4842 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 14 02:06:30 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 18779 byte(s)
Diff to previous 4669
- Add a per-arch KERNEL_FLAVOUR variable, that controls the flavour of kernel
  module udebs that is used. This could be the true kernel flavour (i686,
  etc), but for now it is being used to handle the linux-kernel-di
  transition without breaking anything.
- For i386, use the new "di" udebs, from kernel-image-di in d-i cvs.
- For now, all other architectures keep on using the "udeb" udebs. As alpha,
  etc, are transitioned to use the new linux-kernel-di package (if they
  are), they can be switched over to the "di" udebs.
- Fix a bug in the localudebs handling if a udeb is listed in $needed twice
  (due to drivers lists).
- Modified pkg-list to take the KERNEL_FLAVOUR as a parameter. It then
  substitutes this in along with the kernel version in ${kernel:Version},
  so all the pkg-lists had to be changed, removing the "-udeb" after
  "${kernel:Version}"
- Update i386 pkg-lists to reflect changes in linux-kernel-di: fat-modules
  was split out of floppy-modules, and all i386 lists that include the
  latter get the former added.
- Similar changes to i386 pkg-lists for ide-core-modules and scsi-core-modules.
- The bootfloppy will now support loading the initrd from USB floppies,
  and other USB storage media. 69k free, whee!
- Don't delete unreferenced missing.txt in reallyclean. Delete it in
  debian/rules, which is what creates it.
- Fix make clean to delete driver stuff in tmp dir.
- Version build-dependency on libdebconfclient0.
- Add hd-media image type, for installs from ISOs on a hard drive.
- Fixed type listing when incorrect type is given (don't loop).
- Add all_clean target.
- TODO updates
- README updates
- add usage message to pkg-lists

Revision 4669 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 11 00:52:10 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 18633 byte(s)
Diff to previous 4662
write this floppy in large chunks like the others, much faster on some
hardware

Revision 4662 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 10 19:35:40 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 18614 byte(s)
Diff to previous 4658
Use sudo for accessing a floppy. running sudo make is not a very good idea,
this avoids the need for it

Revision 4658 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 10 18:37:35 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 18619 byte(s)
Diff to previous 4608
fixed the boot_floppy_check target
renamed it since we have more than just boot floppies

Revision 4608 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 7 21:41:37 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 18628 byte(s)
Diff to previous 4486
- remove my daily build stuff from Makefile
- remove code to rm a $(TEMP)/modules directory that is not referenced anywhere
- also code to remove $(NETDRIVERS), also unreferenced
- remove the USER_MOUNT_HACK
- make the TYPE sanity check clearer (combine it all into one place, commnent)
- update copyright
- broke list file parsing out into a standalone program (pkg-list), and
  removed the nasty, nasty code that used to do this
- removed NO_KERNEL and NO_BASE hacks. Instead list files can #include
  "base" and/or "kernel" to get those.
- modified all list files to include base/kernel as necessary
- no need for a versioned dep on sed anymore, removed it (good riddance!)
- many comment cleanups
- move wget-cache removal to the crufy old debian/rules, which creates it.
- move pcmcia-cs-udeb to the net_drivers image. Library reduction should still
  kick in for it
- Don't fail get_udebs if the apt-get update fails. It will fail later if not
  all required udebs are already downloaded. This allows for offline builds.
- Add a config/local, that can override other configs. I use it to set my
  floppy device. Like sources.list.local, it is not in CVS
- add a NO_TERMINFO to prevent copying of that for the bootfloppy.
  Terminfo should really be in a udeb..
- reordered targets
- remove fetch-sources and compile-udebs targets. If you used them, I will
  put them back, but they're unreferenced and look crufty
- don't generate -reduced entries in status for the kernel image
  (it was finding .dep files..)
- remove DEBUGUDEBDIR in reallyclean
- if a /etc/apt/sources.list item does not have "main" on it, it is probably
  not something to use for d-i
- add a warning comment to the top of generated sources.list
- add a FLOPPY_SIZE to netboot config. 1440 is a bit too small, but 2880
  may be far too big, so it needs tweaking
- remove extraneous dd in make/arch/linux-i386, the mkfs.mdsos -C will
  set up the file
- doc updates for new sources.list system, etc
- add listtypes target to makefile
- add sources.list to .cvsignore
- fix regexp for reduced font file in .cvsignore
- moved some more paths out of the main Makefile to config/dir
- corrected wording in the powerpc boot.msg file

Revision 4486 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 2 23:31:37 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 22404 byte(s)
Diff to previous 4433
fix zsh(?)ism

Revision 4433 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 30 20:56:48 2003 UTC (9 years, 8 months ago) by ley
Original Path: trunk/build/Makefile
File length: 22406 byte(s)
Diff to previous 4412
Derive sources.list from the system wide sources.list (overridable)

Revision 4412 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 30 14:23:53 2003 UTC (9 years, 8 months ago) by ley
Original Path: trunk/build/Makefile
File length: 22226 byte(s)
Diff to previous 4371
Move mirror configuration to config/main. This is a first step to store
all user configurable data in config which make customization much easier
for new users.

Revision 4371 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 28 19:53:20 2003 UTC (9 years, 8 months ago) by waldi
Original Path: trunk/build/Makefile
File length: 21984 byte(s)
Diff to previous 4336
fix test for mounted proc and devfs

Revision 4336 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 28 08:16:26 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 22018 byte(s)
Diff to previous 4332
fix pcmcia config reduction to include driver disks

Revision 4332 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 28 07:22:52 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 21996 byte(s)
Diff to previous 4319
typo

Revision 4319 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 27 23:41:40 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 21989 byte(s)
Diff to previous 4312
kernel image may not exist..

Revision 4312 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 27 20:53:15 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 21984 byte(s)
Diff to previous 4290
add stats

Revision 4290 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 27 14:11:05 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 21445 byte(s)
Diff to previous 4281
support driver disks with no templates

Revision 4281 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 27 13:42:46 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 21360 byte(s)
Diff to previous 4268
clean up the stats for the drivers floppies

Revision 4268 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 27 12:49:35 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 21412 byte(s)
Diff to previous 4225
add support for:
- images with no kernel (NO_KERNEL variable)
- images with more or less only a kernel (NO_BASE variable)

also, dd in larger chunks, this makes it 10x faster to write with my usb
floppy drive, and should be ok

Also, add a floppy target that writes a floppy image to disk. The old
boot_floppy target is left for back-compat.

Revision 4225 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 27 07:40:52 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 21260 byte(s)
Diff to previous 4210
add NO_BASE, which can be set to disable inclusion of pkg-lists/base for
very minimal images

don't bomb if there are no debconf templates

Revision 4210 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 26 14:28:05 2003 UTC (9 years, 8 months ago) by waldi
Original Path: trunk/build/Makefile
File length: 21148 byte(s)
Diff to previous 4205
don't mess with normal system

Revision 4205 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 26 09:44:08 2003 UTC (9 years, 8 months ago) by sjogren
Original Path: trunk/build/Makefile
File length: 21464 byte(s)
Diff to previous 4203
Put udeb_include files on the driver floppies to make udeb selection automatic

Revision 4203 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 26 06:07:53 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 21416 byte(s)
Diff to previous 4202
pcmcia config reduction

Revision 4202 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 26 05:42:37 2003 UTC (9 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 21020 byte(s)
Diff to previous 4173
Add code to remove all translated templates. Of course it is
conditionalized and is not on by default.

based on a patch by Steinar H. Gunderson

Revision 4173 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 24 17:58:21 2003 UTC (9 years, 8 months ago) by rhirst
Original Path: trunk/build/Makefile
File length: 20622 byte(s)
Diff to previous 3877
Set "floppy" size to 8MB for ia64, and compress kernel images

Revision 3877 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 22 15:10:46 2003 UTC (9 years, 9 months ago) by mlang
Original Path: trunk/build/Makefile
File length: 20576 byte(s)
Diff to previous 3866
$(EXTRA_TARGETS): Use $TYPE) instead of floppy

Revision 3866 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 22 09:29:49 2003 UTC (9 years, 9 months ago) by wouter
Original Path: trunk/build/Makefile
File length: 20575 byte(s)
Diff to previous 3865
Make the m68k build work again

Revision 3865 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 22 08:24:45 2003 UTC (9 years, 9 months ago) by sjogren
Original Path: trunk/build/Makefile
File length: 20495 byte(s)
Diff to previous 3864
Don't depend on the font in so darn many places

Revision 3864 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 21 17:11:51 2003 UTC (9 years, 10 months ago) by sjogren
Original Path: trunk/build/Makefile
File length: 20535 byte(s)
Diff to previous 3707
Only build unifont if rootskel-locale is present. If so, use the C.UTF-8 locale in the tree rather than relying on a locale on the host system

Revision 3707 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 27 08:50:28 2003 UTC (9 years, 10 months ago) by pere
Original Path: trunk/build/Makefile
File length: 20353 byte(s)
Diff to previous 3691
Abort if en_IN.UTF-8 locale is missing.

Revision 3691 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 24 21:51:34 2003 UTC (9 years, 10 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 20164 byte(s)
Diff to previous 3597
Re-write the driver floppy handling code: can now create an arbitrary
number of driver floppies (see config/type/floppy for examples)
Currently create net_drivers for network installs, cd_drivers for
old CDROMS that must be booted from floppy

Revision 3597 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 19 11:12:44 2003 UTC (9 years, 11 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 20056 byte(s)
Diff to previous 3591
cleanup .bdf files

Revision 3591 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 18 16:29:03 2003 UTC (9 years, 11 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 20051 byte(s)
Diff to previous 3590
Rename driver1 to 'net_drivers', to match 'cd_drivers'

Revision 3590 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 18 15:57:53 2003 UTC (9 years, 11 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 19949 byte(s)
Diff to previous 3581
More error checking

Revision 3581 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 18 09:13:24 2003 UTC (9 years, 11 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 19873 byte(s)
Diff to previous 3565
Small cleanups

Revision 3565 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 17 07:56:31 2003 UTC (9 years, 11 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 19850 byte(s)
Diff to previous 3563
make demo will set up syslog to intercept log messages from inside the
chroot

always turn on debconf debugging, since it now goes to syslog and not
console

Revision 3563 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 17 07:40:25 2003 UTC (9 years, 11 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 19534 byte(s)
Diff to previous 3556
ensure font is included in image

Revision 3556 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 16 20:06:15 2003 UTC (9 years, 11 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 19513 byte(s)
Diff to previous 3551
make image should put the unifont.bgf in the tree

Revision 3551 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 16 15:43:59 2003 UTC (9 years, 11 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 19493 byte(s)
Diff to previous 3545
Ensure font built in build: target

Revision 3545 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 16 13:52:52 2003 UTC (9 years, 11 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 19494 byte(s)
Diff to previous 3543
oops

Revision 3543 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 16 13:21:31 2003 UTC (9 years, 11 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 19484 byte(s)
Diff to previous 3539
inverted check

Revision 3539 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 16 13:06:20 2003 UTC (9 years, 11 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 19495 byte(s)
Diff to previous 3519
clean up old kernels
also, deal with packages in localudebs with similar names to other udebs

Revision 3519 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 15 20:17:03 2003 UTC (9 years, 11 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 19331 byte(s)
Diff to previous 3518
remove cruft

Revision 3518 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 15 20:14:58 2003 UTC (9 years, 11 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 19296 byte(s)
Diff to previous 3516
improve driver1 stats

Revision 3516 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 15 20:07:25 2003 UTC (9 years, 11 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 19202 byte(s)
Diff to previous 3515
Rename font on image to /unifont.bgf, which is what the bterm code expects.

Revision 3515 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 15 18:57:05 2003 UTC (9 years, 11 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 19218 byte(s)
Diff to previous 3514
fixed stats

Revision 3514 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 15 18:54:03 2003 UTC (9 years, 11 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 19225 byte(s)
Diff to previous 3507
redid and fixed library reduction for driver1 disk
also move upx to image target

Revision 3507 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 15 15:03:44 2003 UTC (9 years, 11 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 20137 byte(s)
Diff to previous 3504
remove extraudebs directory on clean

Revision 3504 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 15 14:21:12 2003 UTC (9 years, 11 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 20102 byte(s)
Diff to previous 3470
- Fix 'make clean', to clean up properly.
- require the .bgf font to be built for newt

Revision 3470 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 14 16:47:52 2003 UTC (9 years, 11 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 19831 byte(s)
Diff to previous 3465
Change where we get extra udebs from for driver1, then we can cope with
stuff in the localudebs directory

Revision 3465 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 14 15:16:50 2003 UTC (9 years, 11 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 19840 byte(s)
Diff to previous 3456
Build a two-disk 'floppy' solution.
When doing the library reduction step, first build a tree with all the udebs from
both floppies in tmp/$(TYPE)/full, reduce the libraries and then put the libraries
in tmp/$(FULL)/tree/lib on initrd. This ensures the libraries have all they need
for the udebs on the second floppy. (Hack needed because we can't fit the full
libc udeb on the second floppy)

Revision 3456 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 14 12:10:59 2003 UTC (9 years, 11 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 17472 byte(s)
Diff to previous 3450
remove old cruft

Revision 3450 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 14 10:57:17 2003 UTC (9 years, 11 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 17571 byte(s)
Diff to previous 3448
Initial cut of driver1 changes, to split floppy install into two floppies

Revision 3448 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 14 10:28:22 2003 UTC (9 years, 11 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 16111 byte(s)
Diff to previous 3432
now it can be run remotely, making one ssh call to auric for madison

Revision 3432 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 14 08:24:51 2003 UTC (9 years, 11 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 16110 byte(s)
Diff to previous 3427
remove USER_MOUNT_HACK vestiges

Revision 3427 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 14 08:12:36 2003 UTC (9 years, 11 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 16305 byte(s)
Diff to previous 3426
tv has a better-reasearched fix for the sed \n problem, using that

Revision 3426 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 14 08:04:31 2003 UTC (9 years, 11 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 16304 byte(s)
Diff to previous 3422
control.in is gone, that was reverted

Revision 3422 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 14 07:41:37 2003 UTC (9 years, 11 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 16403 byte(s)
Diff to previous 3395
Removed under-escaped \n that was appending a "n" to some kernel udeb
names. It's not necessary since there is already whitespace in the list, I
think. If it is necessary, it should be a space, or escaped a few more
times.

Revision 3395 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 28 05:20:14 2003 UTC (9 years, 11 months ago) by toff
Original Path: trunk/build/Makefile
File length: 16405 byte(s)
Diff to previous 3374
applied 15 May patch from Gaudenz Steinlin -- except new cd targets in Makefile (hunks failed).

Revision 3374 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 20 11:59:06 2003 UTC (10 years ago) by mlang
Original Path: trunk/build/Makefile
File length: 16343 byte(s)
Diff to previous 3346
Use "image" instead of "floppy_image" as target in sub_daily_build

Revision 3346 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 13 14:17:39 2003 UTC (10 years ago) by bcollins
Original Path: trunk/build/Makefile
File length: 16350 byte(s)
Diff to previous 3339
Correct depmod to be called with VERSION and not the full KERNELVERSION.

Revision 3339 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 10 14:53:47 2003 UTC (10 years ago) by bcollins
Original Path: trunk/build/Makefile
File length: 16356 byte(s)
Diff to previous 3323
Get rid of remnants of floppy_image and FLOPPY_IMAGE. Looks like
everything switched over to image and $(IMAGE).

Revision 3323 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 13:29:51 2003 UTC (10 years ago) by waldi
Original Path: trunk/build/Makefile
File length: 16764 byte(s)
Diff to previous 3236
- make arch dependend rules
- cleanup prequesites of initrd and some other rules

Revision 3236 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 29 16:51:39 2003 UTC (10 years ago) by pere
Original Path: trunk/build/Makefile
File length: 18224 byte(s)
Diff to previous 3056
Add UPX support.

Revision 3056 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 9 15:18:23 2003 UTC (10 years, 1 month ago) by sjogren
Original Path: trunk/build/Makefile
File length: 18125 byte(s)
Diff to previous 2940
Use the most recent mklibs to be able to handle new cdebconf with rpath binaries

Revision 2940 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 3 10:20:25 2003 UTC (10 years, 1 month ago) by pere
Original Path: trunk/build/Makefile
File length: 18110 byte(s)
Diff to previous 2882
Avoid shell script error when $(DEBUG) is unset.

Revision 2882 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 27 08:55:09 2003 UTC (10 years, 1 month ago) by wouter
Original Path: trunk/build/Makefile
File length: 18108 byte(s)
Diff to previous 2828
Don't try to mount or umount devfs if the host system doesn't support it

Revision 2828 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 20 19:38:36 2003 UTC (10 years, 2 months ago) by pere
Original Path: trunk/build/Makefile
File length: 18014 byte(s)
Diff to previous 2801
New target 'cd_image' making a bootable CD with the floppy on it.

Revision 2801 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 20 07:36:11 2003 UTC (10 years, 2 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 17900 byte(s)
Diff to previous 2799
unset MAKEFLAGS and MAKELEVEL before dpkg-buildpackage in compile-udebs.
This is required to get dash to build. See #189097 for details

Revision 2799 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 19 20:39:09 2003 UTC (10 years, 2 months ago) by waldi
Original Path: trunk/build/Makefile
File length: 17864 byte(s)
Diff to previous 2797
revert to 1.152

Revision 2797 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 19 13:38:16 2003 UTC (10 years, 2 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 22740 byte(s)
Diff to previous 2749
unset MAKEFLAGS and MAKELEVEL before dpkg-buildpackage in compile-udebs.
This is required to get dash to build. See #189097 for details

Revision 2749 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 18 09:46:44 2003 UTC (10 years, 2 months ago) by pere
Original Path: trunk/build/Makefile
File length: 17864 byte(s)
Diff to previous 2747
Get target floppy_image working.

Revision 2747 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 18 09:02:48 2003 UTC (10 years, 2 months ago) by pere
Original Path: trunk/build/Makefile
File length: 17669 byte(s)
Diff to previous 2744
Get target cd_content limping along.

Revision 2744 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 17 15:15:15 2003 UTC (10 years, 2 months ago) by waldi
Original Path: trunk/build/Makefile
File length: 17568 byte(s)
Diff to previous 2741
- don't display floppy size if none is specified
- support infinite number of kernels

Revision 2741 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 17 13:26:13 2003 UTC (10 years, 2 months ago) by waldi
Original Path: trunk/build/Makefile
File length: 17930 byte(s)
Diff to previous 2740
split config into system, arch and type depend files

Revision 2740 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 17 12:53:51 2003 UTC (10 years, 2 months ago) by pere
Original Path: trunk/build/Makefile
File length: 22703 byte(s)
Diff to previous 2732
Fix typo in comment (nns->dns).

Revision 2732 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 13 16:09:23 2003 UTC (10 years, 2 months ago) by wouter
Original Path: trunk/build/Makefile
File length: 22703 byte(s)
Diff to previous 2708
don't rely on $TAPE not being set

Revision 2708 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 11 21:17:56 2003 UTC (10 years, 2 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 22700 byte(s)
Diff to previous 2707
Ensure debian/control exists

Revision 2707 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 11 20:06:54 2003 UTC (10 years, 2 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 22573 byte(s)
Diff to previous 2658
Added targets 'fetch-sources' and 'compile-udebs' which are used by debian/rules
to build the udebs from source

Revision 2658 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 8 12:05:54 2003 UTC (10 years, 2 months ago) by pere
Original Path: trunk/build/Makefile
File length: 21264 byte(s)
Diff to previous 2585
Upgrade from kernel 2.4.20-386 to 2.4.20-1-386 on i386.

Revision 2585 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 5 08:55:59 2003 UTC (10 years, 2 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 21262 byte(s)
Diff to previous 2498
Add the version of the udebs to the info printed out in diskusage-$(TYPE).txt
(useful for tracking, as the images get built for various archs by the buildd's,
we will want to know which udeb they used )

Revision 2498 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 24 07:45:59 2003 UTC (10 years, 2 months ago) by pere
Original Path: trunk/build/Makefile
File length: 20746 byte(s)
Diff to previous 2468
Report both bytes and blocks used by packages.

Revision 2468 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 23 15:37:52 2003 UTC (10 years, 2 months ago) by pere
Original Path: trunk/build/Makefile
File length: 20549 byte(s)
Diff to previous 2465
Encode build type in font reduction temp files.

Revision 2465 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 23 13:04:28 2003 UTC (10 years, 2 months ago) by pere
Original Path: trunk/build/Makefile
File length: 20408 byte(s)
Diff to previous 2462
Visual sugar.

Revision 2462 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 23 12:58:04 2003 UTC (10 years, 2 months ago) by pere
Original Path: trunk/build/Makefile
File length: 20407 byte(s)
Diff to previous 2461
Avoid calling 'pwd' every time TMP_MNT is used.

Revision 2461 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 23 11:52:31 2003 UTC (10 years, 2 months ago) by pere
Original Path: trunk/build/Makefile
File length: 20399 byte(s)
Diff to previous 2329
Add rules to create $(TREE)/unifont-reduced.bgf

Revision 2329 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 15 17:01:26 2003 UTC (10 years, 3 months ago) by pere
Original Path: trunk/build/Makefile
File length: 19628 byte(s)
Diff to previous 2307
Add file count in package statistic.

Revision 2307 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 15 08:34:45 2003 UTC (10 years, 3 months ago) by pere
Original Path: trunk/build/Makefile
File length: 19451 byte(s)
Diff to previous 2305
Print disk usage per package in 'stats' target.

Revision 2305 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 15 07:56:04 2003 UTC (10 years, 3 months ago) by pere
Original Path: trunk/build/Makefile
File length: 19201 byte(s)
Diff to previous 2285
Only grep for "$(USER_MOUNT_HACK)" if it si set, and report how much space each udeb uses in the tree.

Revision 2285 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 14 12:55:23 2003 UTC (10 years, 3 months ago) by pere
Original Path: trunk/build/Makefile
File length: 18895 byte(s)
Diff to previous 2219
Make sure to umount floppy even if the build fails.

Revision 2219 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 11 00:06:06 2003 UTC (10 years, 3 months ago) by wouter
Original Path: trunk/build/Makefile
File length: 18774 byte(s)
Diff to previous 2187
Add preliminary support for userspace DevFS emulation

Revision 2187 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 10 09:28:02 2003 UTC (10 years, 3 months ago) by sjogren
Original Path: trunk/build/Makefile
File length: 18424 byte(s)
Diff to previous 2184
Use 2.4.20 on i386

Revision 2184 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 9 15:50:39 2003 UTC (10 years, 3 months ago) by mckinstry
Original Path: trunk/build/Makefile
File length: 18424 byte(s)
Diff to previous 1974
Start the alpha build.

Revision 1974 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 20 17:59:00 2003 UTC (10 years, 3 months ago) by bcollins
Original Path: trunk/build/Makefile
File length: 18312 byte(s)
Diff to previous 1710
Add sparc kernel versions. Still need to build them.

Revision 1710 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 9 08:18:11 2003 UTC (10 years, 5 months ago) by bug1
Original Path: trunk/build/Makefile
File length: 18020 byte(s)
Diff to previous 1580
Support creation of either ext2 (default) or romfs initrd, gunzip to
stdout instead of using dd

Revision 1580 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 13 20:45:14 2002 UTC (10 years, 6 months ago) by rhirst
Original Path: trunk/build/Makefile
File length: 17696 byte(s)
Diff to previous 1440
Include 32 and 64 bit kernels in netboot image for hppa, by extending
the KERNEL_SECOND concept to allow the two kernel images to be in
seperate udebs.

Revision 1440 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 4 21:39:31 2002 UTC (10 years, 6 months ago) by rhirst
Original Path: trunk/build/Makefile
File length: 17206 byte(s)
Diff to previous 1431
Initial hppa support, just builds a netboot image for 32 bit machines
so far.  Given a suitable kernel.udeb, it gets through installing the
base system then fails due to lack of palo support.

Revision 1431 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 2 22:49:51 2002 UTC (10 years, 6 months ago) by wouter
Original Path: trunk/build/Makefile
File length: 16638 byte(s)
Diff to previous 1413
First attempt at m68k support. Doesn't work yet, requires kernel-udebs,
and they're not finished yet...

Revision 1413 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 28 16:11:08 2002 UTC (10 years, 6 months ago) by tfheen
Original Path: trunk/build/Makefile
File length: 16485 byte(s)
Diff to previous 1390
umount USER_MOUNT_HACK as well in clean target

Revision 1390 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 25 23:04:51 2002 UTC (10 years, 6 months ago) by sjogren
Original Path: trunk/build/Makefile
File length: 16400 byte(s)
Diff to previous 1386
Be slightly less zealous in the clean target (it depends on TYPE now) and add reallyclean that sweeps up the rest

Revision 1386 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 25 17:43:32 2002 UTC (10 years, 6 months ago) by mlang
Original Path: trunk/build/Makefile
File length: 16314 byte(s)
Diff to previous 1375
Make uml actually boot as expected using initrd

Revision 1375 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 24 23:57:58 2002 UTC (10 years, 6 months ago) by mlang
Original Path: trunk/build/Makefile
File length: 16368 byte(s)
Diff to previous 1369
Add uml target.  Doesnt fully work yet, but its a start

Revision 1369 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 24 14:13:40 2002 UTC (10 years, 6 months ago) by waldi
Original Path: trunk/build/Makefile
File length: 16217 byte(s)
Diff to previous 1368
fix remove of tree, it can include root owned files so we need to sudo rm it sometimes.

Revision 1368 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 24 14:09:51 2002 UTC (10 years, 6 months ago) by waldi
Original Path: trunk/build/Makefile
File length: 16205 byte(s)
Diff to previous 1335
- fix build-depends for s390
- add support for kernels with version != kernel-image name

Revision 1335 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 21 21:13:52 2002 UTC (10 years, 6 months ago) by bdale
Original Path: trunk/build/Makefile
File length: 16148 byte(s)
Diff to previous 1311
first cut at ia64 pieces

Revision 1311 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 19 21:09:38 2002 UTC (10 years, 7 months ago) by waldi
Original Path: trunk/build/Makefile
File length: 16067 byte(s)
Diff to previous 1187
- add s390 kernel
- add support for two kernels
- fix mount and umount for make demo/shell

Revision 1187 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 5 01:52:33 2002 UTC (10 years, 7 months ago) by tfheen
Original Path: trunk/build/Makefile
File length: 15685 byte(s)
Diff to previous 1158
don't fail in make demo if questions.dat is not available.

Revision 1158 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 1 15:17:34 2002 UTC (10 years, 7 months ago) by sjogren
Original Path: trunk/build/Makefile
File length: 15684 byte(s)
Diff to previous 1153
if questions.dat exists, copy it to var/lib/cdebconf before loading templates, so we can have our own preloaded default values, yay

Revision 1153 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 31 23:08:47 2002 UTC (10 years, 7 months ago) by sjogren
Original Path: trunk/build/Makefile
File length: 15613 byte(s)
Diff to previous 1053
Save version info too in the status file (needed by anna)

Revision 1053 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 23:28:00 2002 UTC (10 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 15605 byte(s)
Diff to previous 1052
fixed kernel upload

Revision 1052 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 23:07:12 2002 UTC (10 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 15610 byte(s)
Diff to previous 1046
upload initrd and kernel after daily build

Revision 1046 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 06:52:53 2002 UTC (10 years, 8 months ago) by kraai
Original Path: trunk/build/Makefile
File length: 15552 byte(s)
Diff to previous 1045
Do not strip non-global symbols from modules, as they include the
symbols for the parameters.

Revision 1045 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 03:08:01 2002 UTC (10 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 15555 byte(s)
Diff to previous 1044
Filename and target renames to add $(TYPE) to support multiple types being
built w/o a clean. Concurrent builds even possible I think.

Updated my daily_build to build all types, and build bootable images.
http://people.debian.org/~joeyh/debian-installer/daily/images/

Revision 1044 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 02:07:55 2002 UTC (10 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 14920 byte(s)
Diff to previous 1043
default to 2.8 mb floppy for TYPE=cdrom

Revision 1043 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 02:00:24 2002 UTC (10 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 14840 byte(s)
Diff to previous 1018
Allow non-root users to build floppy images -- but for this to work you
need to add something gross to fstab and uncomment a line in the Makefile.

Revision 1018 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 3 04:29:21 2002 UTC (10 years, 8 months ago) by kraai
Original Path: trunk/build/Makefile
File length: 13681 byte(s)
Diff to previous 1001
Do not populate /dev because we use devfs.

Revision 1001 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 21 09:03:25 2002 UTC (10 years, 8 months ago) by pere
Original Path: trunk/build/Makefile
File length: 14012 byte(s)
Diff to previous 999
New target cd_content to make the files needed on the CD.

Revision 999 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 21 09:02:48 2002 UTC (10 years, 8 months ago) by pere
Original Path: trunk/build/Makefile
File length: 13846 byte(s)
Diff to previous 997
Add comment about the fact that syslinux must run as root.

Revision 997 - (view) (download) (annotate) - [select for diffs]
Modified Fri Sep 20 10:26:10 2002 UTC (10 years, 9 months ago) by sjogren
Original Path: trunk/build/Makefile
File length: 13787 byte(s)
Diff to previous 962
Remove DEBCONF_FRONTEND setting, it is supposed to be DEBIAN_FRONTEND but if it's set to default_fe debconf breaks. No matter, though, the default IS default_fe as per the config file!

Revision 962 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 16 13:01:15 2002 UTC (10 years, 9 months ago) by tfheen
Original Path: trunk/build/Makefile
File length: 13815 byte(s)
Diff to previous 961
Switch to 2.4.19 for i386

Revision 961 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 15 11:59:23 2002 UTC (10 years, 9 months ago) by tfheen
Original Path: trunk/build/Makefile
File length: 13815 byte(s)
Diff to previous 950
remove mnt on clean as well
fix syntax error -- it is functionname () { echo foo }, not
function functionname () { echo foo }

Revision 950 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 11 20:55:22 2002 UTC (10 years, 9 months ago) by porridge
Original Path: trunk/build/Makefile
File length: 13813 byte(s)
Diff to previous 947
Bail out if there is more than one version of an udeb in a single directory.
Also check that all needed udebs are available.

Revision 947 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 11 00:52:04 2002 UTC (10 years, 9 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 13519 byte(s)
Diff to previous 901
* added several libraries that udebs depend on to the build-deps
* documented this requirement in README
* fixes to my daily build target

Revision 901 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 31 13:32:07 2002 UTC (10 years, 9 months ago) by sjogren
Original Path: trunk/build/Makefile
File length: 13447 byte(s)
Diff to previous 870
Copy /lib/libresolv* t
oo, to make libnss_dns happy

Revision 870 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 28 22:17:37 2002 UTC (10 years, 9 months ago) by walters
Original Path: trunk/build/Makefile
File length: 13431 byte(s)
Diff to previous 854
PowerPC is 2.4.19 now.

Revision 854 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 21 22:24:25 2002 UTC (10 years, 9 months ago) by pere
Original Path: trunk/build/Makefile
File length: 13431 byte(s)
Diff to previous 783
Handle packages with names which are identical to the end of the names of other packages.

Revision 783 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 31 20:11:54 2002 UTC (10 years, 10 months ago) by walters
Original Path: trunk/build/Makefile
File length: 13425 byte(s)
Diff to previous 769
s/lists/pkg-lists/.

Revision 769 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 30 00:11:34 2002 UTC (10 years, 10 months ago) by walters
Original Path: trunk/build/Makefile
File length: 13387 byte(s)
Diff to previous 764
Add KERNELNAME variable; On powerpc we don't bother compressing the kernel.

Actually run ldconfig so that symlinks get set up properly.

Revision 764 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 29 18:33:46 2002 UTC (10 years, 10 months ago) by walters
Original Path: trunk/build/Makefile
File length: 13338 byte(s)
Diff to previous 752
Actually include architecture list.  Patch from
Thomas Poindessous <thomas@poindessous.com>.

Revision 752 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 29 06:45:06 2002 UTC (10 years, 10 months ago) by walters
Original Path: trunk/build/Makefile
File length: 13330 byte(s)
Diff to previous 718
Check for an architecture specific-subdirectory for package lists.

Add powerpc kernel.

Revision 718 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 22 13:16:31 2002 UTC (10 years, 11 months ago) by tfheen
Original Path: trunk/build/Makefile
File length: 13191 byte(s)
Diff to previous 712
Change mklibs.py to mklibs (in accordance with the new mklibs package)

Revision 712 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 20 21:26:01 2002 UTC (11 years ago) by joeyh
Original Path: trunk/build/Makefile
File length: 13194 byte(s)
Diff to previous 629
try to build-dep on and use mklibs.py

Revision 629 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 21 02:00:49 2002 UTC (11 years, 3 months ago) by tfheen
Original Path: trunk/build/Makefile
File length: 13196 byte(s)
Diff to previous 626
Bump kernel version, since 2.4.16 doesn't exist any more

Revision 626 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 10 22:00:50 2002 UTC (11 years, 3 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 13196 byte(s)
Diff to previous 617
foo

Revision 617 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 25 16:39:35 2001 UTC (11 years, 5 months ago) by tfheen
Original Path: trunk/build/Makefile
File length: 13104 byte(s)
Diff to previous 615
Bump kernel version to 2.4.16 since 2.4.12 isn't in the archive any
more

Allow for localized description fields (don't strip them out)

Switch to genext2fs

Revision 615 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 11 06:16:03 2001 UTC (11 years, 6 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 13462 byte(s)
Diff to previous 613
this and that

Revision 613 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 22 18:36:31 2001 UTC (11 years, 7 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 13440 byte(s)
Diff to previous 612
with the unreleased 2.4.12 udebs, it fits on one floppy

Revision 612 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 20 00:34:02 2001 UTC (11 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 13307 byte(s)
Diff to previous 611
* removed a few files
* parameterized mklibs, so mklibs.py can e used. It doesn't work though --
  .so links arn't made by it for some reason, so programs won't run.

Revision 611 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 19 17:44:19 2001 UTC (11 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 13001 byte(s)
Diff to previous 600
daily_build updates

Revision 600 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 13 03:53:40 2001 UTC (11 years, 8 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 12772 byte(s)
Diff to previous 593
minior

Revision 593 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 8 16:57:12 2001 UTC (11 years, 8 months ago) by dwhedon
Original Path: trunk/build/Makefile
File length: 12704 byte(s)
Diff to previous 592
i386 kernel version 2.4.9 -> 2.4.10

Revision 592 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 3 15:48:13 2001 UTC (11 years, 9 months ago) by hertzog
Original Path: trunk/build/Makefile
File length: 12703 byte(s)
Diff to previous 588
* Better way of creating the required /dev files.
* Corrects a bug when no udeb had to be downloaded (all were in localudebs)

Revision 588 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 6 17:18:08 2001 UTC (11 years, 10 months ago) by hertzog
Original Path: trunk/build/Makefile
File length: 12582 byte(s)
Diff to previous 580
* New lists for a CDROM based boot floppies.
* Makefile updated to build good floppies (with basic terminfo files)
  and various things (status -> status.udeb)
* Updated syslinux.cfg to work with initrd.

Revision 580 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 15 02:54:37 2001 UTC (11 years, 11 months ago) by dwhedon
Original Path: trunk/build/Makefile
File length: 11578 byte(s)
Diff to previous 579
depmod stuff need to handle new kernel name too

Revision 579 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 15 02:50:59 2001 UTC (11 years, 11 months ago) by dwhedon
Original Path: trunk/build/Makefile
File length: 11562 byte(s)
Diff to previous 568
standard debian kernel now creates udebs, therefore we don't use
kernel-image-di anymore. bump to kernel 2.4.6, 386 version for i386

Revision 568 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 4 02:15:35 2001 UTC (12 years, 1 month ago) by joeyh
Original Path: trunk/build/Makefile
File length: 11408 byte(s)
Diff to previous 563
doogie found a minor build bug

Revision 563 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 26 04:28:34 2001 UTC (12 years, 2 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 11405 byte(s)
Diff to previous 562
revamped the stats

Revision 562 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 26 04:05:23 2001 UTC (12 years, 2 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 11698 byte(s)
Diff to previous 560
It seems to roughly work to use number of files and dirs in tree * 2 as the
fuzz factor, rather than manually specifying one. Since we don't need any
space on the initrd anymore (with pivot_root to ramfs), and I hate the
hardcoded number, I will use this new method until it breaks..

Revision 560 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 25 23:02:33 2001 UTC (12 years, 2 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 11637 byte(s)
Diff to previous 558
let's use the 2.4.2 kernel now (aaah, so easy :-)

Revision 558 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 9 20:18:03 2001 UTC (12 years, 3 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 11637 byte(s)
Diff to previous 556
Lists files can and do use ${kernel:Version} substitutions now. Only have
to touch one place for kernel revs.

Revision 556 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 6 09:45:20 2001 UTC (12 years, 3 months ago) by dwhedon
Original Path: trunk/build/Makefile
File length: 11606 byte(s)
Diff to previous 547
remove dev stuff form makefile since we are now using devfs
add di-utils-shell to lists/base
remove libdetect0-udeb, we'll use the pic library once it is available
remove niccfg-manual, it isn't needed

Revision 547 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 24 04:04:10 2001 UTC (12 years, 3 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 11843 byte(s)
Diff to previous 530
minor changes that have been sitting here for a while

Revision 530 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 16 22:56:34 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 11634 byte(s)
Diff to previous 526
saved 40k! Oh yeah!

Revision 526 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 15 06:10:52 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 11250 byte(s)
Diff to previous 523
demo_clean should not destroy the tree

Revision 523 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 15 04:24:31 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 11304 byte(s)
Diff to previous 522
Improved stats.

Somehow 2 copies of libdebconf are being installed (one by mklibs.sh..),
which wastes 40k. This needs to be fixed.

Revision 522 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 15 04:03:43 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 11235 byte(s)
Diff to previous 521
improved stats.

Total system size: 1.7M
             libs: 827k
   kernel modules: 317k
Compresses to: 700k

Revision 521 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 15 03:44:05 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 11057 byte(s)
Diff to previous 520
always install libnss_dns.so (for now anyway)

Revision 520 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 15 03:19:02 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 10616 byte(s)
Diff to previous 519
fixed adding of -reduced libs to status file

Revision 519 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 15 03:01:02 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 10723 byte(s)
Diff to previous 517
whoops

Revision 517 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 15 02:42:49 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 10716 byte(s)
Diff to previous 513
added a simple way to specify extra files (like /usr/bin/strace) to put on
the image

Revision 513 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 14 23:33:00 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 10320 byte(s)
Diff to previous 511
anabled --force-overwrites since there is currently a file conflict between
rootskel and busybox over who owns linuxrc

Revision 511 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 14 22:35:32 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 10302 byte(s)
Diff to previous 494
use kernel 2.4.1

Revision 494 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 9 05:47:42 2001 UTC (12 years, 4 months ago) by dwhedon
Original Path: trunk/build/Makefile
File length: 10302 byte(s)
Diff to previous 484
remove /dev/log, thought  I needed it, I don't, and tar doesn't like it anyway

Revision 484 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 7 19:08:56 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 10306 byte(s)
Diff to previous 483
make clean before daily builds

Revision 483 - (view) (download) (annotate) - [select for diffs]
Modified Wed Feb 7 19:06:27 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 10300 byte(s)
Diff to previous 475
added syslinux options variable, some other minor fixes to the Makefile,
which still needs more target dep work

Revision 475 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 3 05:15:19 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 10231 byte(s)
Diff to previous 473
add /dev/log for syslogd

Revision 473 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 3 04:50:04 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 10227 byte(s)
Diff to previous 471
images and so on will be put in dest/ now

Revision 471 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 3 04:08:26 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 10081 byte(s)
Diff to previous 470
more target fixes, plus fixed status fiel reduction and added a
boot_floppy_check target

Revision 470 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 3 03:52:19 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 9985 byte(s)
Diff to previous 469
even more dep fixes, and some fixes to the daily build rule

Revision 469 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 3 00:24:03 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 9939 byte(s)
Diff to previous 468
one more

Revision 468 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 3 00:21:29 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 9936 byte(s)
Diff to previous 462
more target and dependancy cleanups

Revision 462 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 2 04:30:28 2001 UTC (12 years, 4 months ago) by dwhedon
Original Path: trunk/build/Makefile
File length: 9953 byte(s)
Diff to previous 461
Creating /dev/ in the rootskel udeb doesn't appear to work.  I haven't looked into it more than that.  Anyway, the boot floppy works again.

Revision 461 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 2 01:45:32 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 9731 byte(s)
Diff to previous 460
added some deps

Revision 460 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 2 01:22:31 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 9697 byte(s)
Diff to previous 459
minor

Revision 459 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 2 01:17:22 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 9704 byte(s)
Diff to previous 457
FUZZ has gone up with the addition of rootskel, it seems.

Revision 457 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 2 01:08:14 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 9704 byte(s)
Diff to previous 456
well the syslimux floppy boots now. Kernel mounts the root filesystem and
there it hangs. Puzzling..

Revision 456 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 2 01:00:50 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 9606 byte(s)
Diff to previous 453
various and sundry fixes

Revision 453 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 1 23:15:42 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 9420 byte(s)
Diff to previous 446
* moved the build tree
* output files are stamped with the type of system (and floppy size for
  floppy images)

Revision 446 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 1 07:48:10 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 9372 byte(s)
Diff to previous 442
minor

Revision 442 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 1 07:39:44 2001 UTC (12 years, 4 months ago) by dwhedon
Original Path: trunk/build/Makefile
File length: 9373 byte(s)
Diff to previous 440
remove rootfs stuff as that is now a udeb
add build dependancy on sysutils

Revision 440 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 1 05:21:30 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 9809 byte(s)
Diff to previous 439
* instead of messily requiring a copy of the kernel-image deb,
  just download a kernel-imsge udeb, and snag the kernel off of it.
  The udeb remains in the status db, which is nice because it means modules
  can depend on it and have their dependancy met
* reorganized this and that

Revision 439 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 1 04:53:15 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 9897 byte(s)
Diff to previous 437
cleaned up clean rule

Revision 437 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 1 04:41:58 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 9874 byte(s)
Diff to previous 436
more stats updates

Revision 436 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 1 04:15:26 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 9853 byte(s)
Diff to previous 435
added a new stat:
Floppy currently has 258k free!

Revision 435 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 1 04:06:46 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 9557 byte(s)
Diff to previous 431
* no longer make image direct to floppy, build a floppy.img instead
* no longer put ext2fs on the floppy, use msdos fs. The reasons it is used
  for the boot floppies (flexability, mostly) still hold true. (Also,
  I could not figure out how to make lilo properly run on a loopback
  mounted ext2fs, although I'm sure some option would let it know the end
  target is a floppy..)
  ** This has not been tested at all, I have no clue if it boots properly. **
* sparse superblocks can't hurt the initrd
* added ext2fs fs overhead FUZZ variable (ugh)
* update kernel-image-di version (ugh)
* fix upx conditional
* removed bashisms

Revision 431 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 31 08:13:52 2001 UTC (12 years, 4 months ago) by dwhedon
Original Path: trunk/build/Makefile
File length: 9404 byte(s)
Diff to previous 425
added upx stuff, commented for now
don't have debconf bug messages
set up lists so we can do a static network, manual nic card discovery install

Revision 425 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 31 02:29:02 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 9024 byte(s)
Diff to previous 422
changes not worth mentioning, but worth committing..

Revision 422 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 30 08:40:04 2001 UTC (12 years, 4 months ago) by dwhedon
Original Path: trunk/build/Makefile
File length: 9023 byte(s)
Diff to previous 420
Fixed modules.dep generation, now modprobe is happy.
oops, I should have added lilo.conf before, better late than never.

Revision 420 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 29 08:04:35 2001 UTC (12 years, 4 months ago) by dwhedon
Original Path: trunk/build/Makefile
File length: 9034 byte(s)
Diff to previous 419
removed ethdetect, too big, it may be pulling in gettext stuff
mount proc on install system

Revision 419 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 29 06:44:49 2001 UTC (12 years, 4 months ago) by dwhedon
Original Path: trunk/build/Makefile
File length: 9024 byte(s)
Diff to previous 410
tried to make modules happy by creating modules.dep, they aren't happy yet.
now we are using an initrd
unpacks kernel-image-2.4.0-di and extracts the info, this will be done more clea
nly once the kernel image is available on the net.
general cleanups, it is still a bit ugly

Revision 410 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 28 04:09:34 2001 UTC (12 years, 4 months ago) by dwhedon
Original Path: trunk/build/Makefile
File length: 9194 byte(s)
Diff to previous 408
fix the boot problem, got a crippled system to boot and I interacted with cdebco
nf, fun.

-added some tty's to /dev/
-remove CVS/ dirs from root filesystem
-put in a little stat about how small your kernel needs to be to do a single floppy disk
-remove extra stuff from fstab
-take boot-floppies inittab, busybox init likes it better

Revision 408 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 27 09:20:09 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 9007 byte(s)
Diff to previous 407
fixed the obvious /tmp race, and moved mount point to build directory, some
people keep important stuff on /mnt

Revision 407 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 27 08:15:25 2001 UTC (12 years, 4 months ago) by dwhedon
Original Path: trunk/build/Makefile
File length: 8930 byte(s)
Diff to previous 401
add support for making boot floppies that don't quite work

Revision 401 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 25 23:53:37 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 6511 byte(s)
Diff to previous 400
skip .o files

Revision 400 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 25 23:33:52 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 6495 byte(s)
Diff to previous 387
allow symlinks

Revision 387 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 25 18:17:52 2001 UTC (12 years, 4 months ago) by dwhedon
Original Path: trunk/build/Makefile
File length: 6503 byte(s)
Diff to previous 380
-added DEBUG variable which tells the get_udebs target to download source and build the udebs.  Once
our udebs respect DEB_BUILD_OPTIONS=debug this should allow us to make a debuggable demo.
-add deb-src to sources.list
-mount /proc for shell target

Revision 380 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 24 23:34:38 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 5817 byte(s)
Diff to previous 377
unmount proc after demo

Revision 377 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 24 06:12:47 2001 UTC (12 years, 4 months ago) by tausq
Original Path: trunk/build/Makefile
File length: 5797 byte(s)
Diff to previous 374
debconf-loadtemplate takes an owner argument

Revision 374 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 23 22:15:42 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 5790 byte(s)
Diff to previous 373
more daily build fixes. This also adds . to the PATH, which is makes it
always see mklibs.sh if you keep it there.

Revision 373 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 22 22:15:52 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 5747 byte(s)
Diff to previous 372
cleanup

Revision 372 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 22 22:14:18 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 5750 byte(s)
Diff to previous 371
code for daily builds

Revision 371 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 22 21:33:05 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 5327 byte(s)
Diff to previous 369
added an image target, which just builds a tarball for now.

Revision 369 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 22 21:22:05 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 5180 byte(s)
Diff to previous 368
typo

Revision 368 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 22 21:12:36 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 5169 byte(s)
Diff to previous 359
no need to sudo if proc is not there (I don't think this thing should be
calling sudo at all, really)

Revision 359 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 22 03:04:42 2001 UTC (12 years, 4 months ago) by dwhedon
Original Path: trunk/build/Makefile
File length: 5115 byte(s)
Diff to previous 355
make the demo target run main-menu
added the clean_demo target that unmounts the chroot's proc and removes some files
added netcfg-static and netkit-tiny-udeb to lists/net (netkit-tiny-udeb is almost available)

Revision 355 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 21 23:24:13 2001 UTC (12 years, 4 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 4907 byte(s)
Diff to previous 351
added cdebconf

Revision 351 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 20 17:13:02 2001 UTC (12 years, 5 months ago) by tausq
Original Path: trunk/build/Makefile
File length: 4885 byte(s)
Diff to previous 347
made the library reduction routine look at not just binaries, but also
shared objects to pull in library dependencies

Revision 347 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 17 19:20:45 2001 UTC (12 years, 5 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 4856 byte(s)
Diff to previous 344
demo now runs main-menu

Revision 344 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 13 21:08:00 2001 UTC (12 years, 5 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 4581 byte(s)
Diff to previous 343
removed ash workarounds; fixed ash in the archive

Revision 343 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 12 09:06:18 2001 UTC (12 years, 5 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 4735 byte(s)
Diff to previous 342
I've solved the reduced vs normal library isse (mostly..)
It works like this: reduced libraries are renamed to packagename-reduced,
and dependandices of packages that use them are similarly changed at build
time.

Later, anna may download a more full version of a library, because some
other udeb it is installing needs it.

Revision 342 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 12 08:30:21 2001 UTC (12 years, 5 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 4656 byte(s)
Diff to previous 340
Add info about all libraries that are pulled in by mklibs.sh to status
file. There are still issues here..

Revision 340 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 12 08:11:35 2001 UTC (12 years, 5 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 4174 byte(s)
Diff to previous 338
oh, we need provides too

Revision 338 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 12 08:09:56 2001 UTC (12 years, 5 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 4165 byte(s)
Diff to previous 334
implemented status file reduction, for a few 1 savings

Revision 334 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 12 02:29:38 2001 UTC (12 years, 5 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 3954 byte(s)
Diff to previous 333
added compressed size calculation too

Revision 333 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 12 02:10:03 2001 UTC (12 years, 5 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 3883 byte(s)
Diff to previous 332
tweaks

Revision 332 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 12 01:58:15 2001 UTC (12 years, 5 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 3885 byte(s)
Diff to previous 331
tweaks

Revision 331 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 12 01:04:22 2001 UTC (12 years, 5 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 4003 byte(s)
Diff to previous 330
added provision for sources.list.local to override sources.list

Revision 330 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 12 00:50:47 2001 UTC (12 years, 5 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 3719 byte(s)
Diff to previous 329
copyright info

Revision 329 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 12 00:48:09 2001 UTC (12 years, 5 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 3491 byte(s)
Diff to previous 328
can now pass EXTRAS="package .." to include extra non-listed udeb packages
into the system it builds

Revision 328 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 12 00:34:21 2001 UTC (12 years, 5 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 3361 byte(s)
Diff to previous 326
udebs can be placed in the localudebs directory if they are not available
on the mirror apt is using, or newer versions are available, or whatever.

Revision 326 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 11 22:53:25 2001 UTC (12 years, 5 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 2530 byte(s)
Diff to previous 325
stats added

Revision 325 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 11 22:46:47 2001 UTC (12 years, 5 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 2336 byte(s)
Diff to previous 324
tweaks and tune-ups

Revision 324 - (view) (download) (annotate) - [select for diffs]
Added Thu Jan 11 22:40:31 2001 UTC (12 years, 5 months ago) by joeyh
Original Path: trunk/build/Makefile
File length: 2228 byte(s)
This is still very rough, but it works.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5