Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-4] src



Module Name:    src
Committed By:   bouyer
Date:           Mon Sep 22 18:14:44 UTC 2008

Modified Files:
        src/distrib/hpcarm [netbsd-4]: Makefile
        src/distrib/hpcmips [netbsd-4]: Makefile
        src/distrib/hpcsh [netbsd-4]: Makefile
        src/distrib/miniroot [netbsd-4]: Makefile
        src/etc/etc.hpcarm [netbsd-4]: Makefile.inc
        src/etc/etc.hpcmips [netbsd-4]: Makefile.inc
        src/etc/etc.hpcsh [netbsd-4]: Makefile.inc
Added Files:
        src/distrib/hpcarm/instkernel [netbsd-4]: Makefile
        src/distrib/hpcarm/stand [netbsd-4]: Makefile
        src/distrib/hpcmips/instkernel [netbsd-4]: Makefile
        src/distrib/hpcmips/stand [netbsd-4]: Makefile
        src/distrib/hpcsh/instkernel [netbsd-4]: Makefile
        src/distrib/hpcsh/stand [netbsd-4]: Makefile

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1204):
        distrib/hpcarm/Makefile                         1.4 - 1.6
        distrib/hpcarm/instkernel/Makefile              1.1
        distrib/hpcarm/stand/Makefile                   1.1 - 1.2
        distrib/hpcmips/Makefile                        1.29 - 1.33
        distrib/hpcmips/instkernel/Makefile             1.1
        distrib/hpcmips/stand/Makefile                  1.1 - 1.2
        distrib/hpcsh/Makefile                          1.7 - 1.9
        distrib/hpcsh/instkernel/Makefile               1.1
        distrib/hpcsh/stand/Makefile                    1.1 - 1.2
        distrib/miniroot/Makefile                       1.65 - 1.66
        etc/etc.hpcarm/Makefile.inc                     1.6 - 1.8
        etc/etc.hpcmips/Makefile.inc                    1.9 - 1.10
        etc/etc.hpcsh/Makefile.inc                      1.4 - 1.5
Build install kernels and standalone bootloaders in their own directories
so that parallel build works properly.
Change remaining instances of ${RELEASEDIR}/${MACHINES} to
${RELEASEDIR}/${RELEASEMACHINEDIR}
Add ${IMAGE}.gz to dependency list of release:: target as well as the one
in src/distrib/common/Makefile.image so that ${MAKESUMS} will be invoked
after the target image is installed into the releasedir, not before,
even if make -jN is specified.
XXX some ports do ${MAKESUMS} for installation/miniroot files
XXX in etc/etc.${MACHINE}/Makefile.inc later again.
- add INSTALLATION_DIRS+=installation/miniroot so that miniroot.fs.gz
  image is installed properly
- INSTALL_IPAQ should be in BUILD_KERNELS rather than KERNEL_SETS
  since it requires ramdisk image by mdsetimage(8) in src/distrib
Invoke ${MAKESUMS} for ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation files
as snap_md_post target in etc/etc.${MACHINE}/Makefile.inc rather than
as release target in distrib/${MACHINE}/Makefile so that builds for
release in distrib/${MACHINE}/Makefile don't have to be serialized.


To generate a diff of this commit:
cvs rdiff -r1.2.4.1 -r1.2.4.2 src/distrib/hpcarm/Makefile
cvs rdiff -r0 -r1.1.8.2 src/distrib/hpcarm/instkernel/Makefile
cvs rdiff -r0 -r1.2.2.2 src/distrib/hpcarm/stand/Makefile
cvs rdiff -r1.27.4.1 -r1.27.4.2 src/distrib/hpcmips/Makefile
cvs rdiff -r0 -r1.1.8.2 src/distrib/hpcmips/instkernel/Makefile
cvs rdiff -r0 -r1.2.2.2 src/distrib/hpcmips/stand/Makefile
cvs rdiff -r1.5.16.1 -r1.5.16.2 src/distrib/hpcsh/Makefile
cvs rdiff -r0 -r1.1.8.2 src/distrib/hpcsh/instkernel/Makefile
cvs rdiff -r0 -r1.2.2.2 src/distrib/hpcsh/stand/Makefile
cvs rdiff -r1.63 -r1.63.16.1 src/distrib/miniroot/Makefile
cvs rdiff -r1.5 -r1.5.4.1 src/etc/etc.hpcarm/Makefile.inc
cvs rdiff -r1.8 -r1.8.16.1 src/etc/etc.hpcmips/Makefile.inc
cvs rdiff -r1.3 -r1.3.16.1 src/etc/etc.hpcsh/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index