Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buildall.sh: drop MacOS PPC supportHEADmaster | H. Peter Anvin | 2020-06-04 | 1 | -1/+1 |
| | | | | Apple hasn't supported MacOS-PPC for a long, long time. | ||||
* | Update to match system changes... | H. Peter Anvin | 2020-06-04 | 1 | -1/+1 |
| | |||||
* | buildall.sh: don't try to move files which don't exist | H. Peter Anvin | 2018-12-26 | 1 | -2/+4 |
| | | | | | | Build failure since Oct 2018 due to missing README Signed-off-by: H. Peter Anvin <hpa@zytor.com> | ||||
* | MacOSX: set DESTDIR in additon to INSTALLROOT | H. Peter Anvin | 2018-02-20 | 1 | -2/+3 |
| | | | | | | NASM 2.14 changed INSTALLROOT to DESTDIR to match GNU standards. Signed-off-by: H. Peter Anvin <hpa@zytor.com> | ||||
* | buildall: rc0 is not a real release candidate | H. Peter Anvin | 2017-09-27 | 1 | -2/+2 |
| | |||||
* | buildall.sh: build i686 rpms, keep up to date | H. Peter Anvin | 2017-05-01 | 1 | -3/+5 |
| | |||||
* | buildall.sh: use force mode | H. Peter Anvin | 2017-04-29 | 1 | -1/+1 |
| | |||||
* | buildall.sh: always update the git repo explicitly | H. Peter Anvin | 2017-04-29 | 1 | -0/+2 |
| | |||||
* | Add symlinks for stable and testing releases | H. Peter Anvin | 2017-04-24 | 1 | -4/+5 |
| | |||||
* | buildall.sh: generate repodata for RPM builds, fix locking | H. Peter Anvin | 2017-04-24 | 1 | -5/+13 |
| | | | | | | | Fix locking so we lock the work directory even for test builds. Generate repodata when we build RPMs. Signed-off-by: H. Peter Anvin <hpa@zytor.com> | ||||
* | buildall.sh: parallelize build | H. Peter Anvin | 2017-04-18 | 1 | -78/+113 |
| | | | | Do the build in parallel across platforms | ||||
* | buildall.sh: lock for a test run, MAKE -> makej | H. Peter Anvin | 2017-04-18 | 1 | -4/+7 |
| | |||||
* | buildall.sh: export MAKE for parallel make | H. Peter Anvin | 2017-04-18 | 1 | -0/+1 |
| | |||||
* | Avoid symlinks for non-Unix operating systems | H. Peter Anvin | 2017-04-06 | 1 | -3/+4 |
| | |||||
* | Remove existing git-rel directory | H. Peter Anvin | 2017-04-06 | 1 | -0/+1 |
| | |||||
* | Fix the building of MacOS X binaries, add x86-64 to output | H. Peter Anvin | 2017-02-23 | 1 | -2/+3 |
| | |||||
* | buildall.sh: handle tools/release as well as misc/release | H. Peter Anvin | 2016-05-25 | 1 | -1/+5 |
| | |||||
* | buildall.sh: support "make nsis" for newer builds | H. Peter Anvin | 2016-03-04 | 1 | -4/+14 |
| | | | | | | Support "make nsis" if nasm.nsi lives in the nsis/ directory. Signed-off-by: H. Peter Anvin <hpa@zytor.com> | ||||
* | buildall.sh: build a Win64 binary package | H. Peter Anvin | 2016-02-23 | 1 | -4/+21 |
| | |||||
* | Change the tripet for the win32 build to reflect use of mingw-w64 | H. Peter Anvin | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Only pass .xz files to xz... | H. Peter Anvin | 2012-02-26 | 1 | -1/+1 |
| | |||||
* | Use xz -cd to decompress xz files | H. Peter Anvin | 2012-02-26 | 1 | -2/+2 |
| | |||||
* | Changes to handle .xz files better | H. Peter Anvin | 2012-02-25 | 1 | -4/+4 |
| | |||||
* | buildall.sh: don't generate os2 anymore | H. Peter Anvin | 2012-02-25 | 1 | -10/+10 |
| | | | | | | | OpenWatcom is falling too far behind; if we get a working gcc cross-compiler for OS/2 we might use it, but so far I haven't found a version of gcc for OS/2 which can be build as a cross-compiler as opposed to a native OS/2 binary. | ||||
* | process_release relied on a variable leak from the build function, | H. Peter Anvin | 2010-11-08 | 1 | -8/+11 |
| | | | | | which no longer works since it is run in a subshell. Fix this by making it explicit. | ||||
* | Making -e work inside a shell function but trapping the result is apparently ↵ | H. Peter Anvin | 2010-11-07 | 1 | -5/+11 |
| | | | | | | | really hard, since the -e-suppressing behavior of just about anything "spills over". Thus, do it the brute-force way by disabling it in the main shell temporarily. | ||||
* | Looks like -e gets dropped for subshells? | H. Peter Anvin | 2010-11-07 | 1 | -0/+3 |
| | |||||
* | Always update LAST_HEAD even if the build wasn't successful; this will ↵ | H. Peter Anvin | 2010-11-07 | 1 | -5/+5 |
| | | | | | | prevent the same build from being run over and over and over. | ||||
* | No point in testing for the existence for a file in the same if statement | H. Peter Anvin | 2010-11-07 | 1 | -1/+1 |
| | | | | as a "cat". Just do the cat and let it fail if approporiate. | ||||
* | 1. Make excluded tags specific to a certain git revision. | H. Peter Anvin | 2010-11-07 | 1 | -3/+8 |
| | | | | 2. If a tagged build fails, add an exclude for that tag/revision. | ||||
* | Export all the documentation, not just HTML | H. Peter Anvin | 2010-06-25 | 1 | -5/+8 |
| | |||||
* | Build MacOS X binaries | H. Peter Anvin | 2009-07-30 | 1 | -2/+26 |
| | | | | Add support for building MacOS X binaries | ||||
* | buildall.sh: change COPYING -> LICENSE | H. Peter Anvin | 2009-07-06 | 1 | -4/+4 |
| | |||||
* | Fix excludedir | H. Peter Anvin | 2009-07-05 | 1 | -1/+1 |
| | |||||
* | Fix nsis invocation; add exclude directory | H. Peter Anvin | 2009-07-05 | 1 | -15/+19 |
| | |||||
* | Make Win32 installer; change mswin -> win32 | H. Peter Anvin | 2009-04-06 | 1 | -3/+6 |
| | |||||
* | Change windows -> mswin | H. Peter Anvin | 2009-03-15 | 1 | -3/+3 |
| | |||||
* | Put builds in different directories depending on platform | H. Peter Anvin | 2009-03-15 | 1 | -2/+15 |
| | | | | | | To reduce confusion, put binaries in different directories for each platform. We have enough platforms now that it isn't always obvious to people what to grab. | ||||
* | win32: use the new mingw32 compiler from Fedora 10 | H. Peter Anvin | 2009-03-13 | 1 | -1/+1 |
| | | | | Fedora 10 now includes mingw32 in the distro, so use that. | ||||
* | A bare repository wants "git fetch" not "git pull" | H. Peter Anvin | 2008-09-30 | 1 | -1/+1 |
| | | | | | The tags repository is a bare repository, and needs "git fetch" not "git pull". | ||||
* | buildall.sh: keep a shadow git repository with daily build tags | H. Peter Anvin | 2008-09-30 | 1 | -0/+4 |
| | | | | Keep a shadow git repository with all the relevant tags. | ||||
* | ln -sf doesn't do what you'd expect when the old link points to a directory | H. Peter Anvin | 2008-09-26 | 1 | -1/+1 |
| | |||||
* | Already in work/ | H. Peter Anvin | 2008-09-24 | 1 | -1/+1 |
| | |||||
* | Always make docs; use new update_release script | H. Peter Anvin | 2008-09-23 | 1 | -7/+7 |
| | |||||
* | Autobuild HTML docs for webpage | H. Peter Anvin | 2008-09-22 | 1 | -2/+23 |
| | |||||
* | Don't compress cwsdmpi.exe (not sure if it is permitted or not.) | H. Peter Anvin | 2008-09-03 | 1 | -1/+2 |
| | |||||
* | Produce both UPX:ed and non-UPX:ed versions of the DOS binaries | H. Peter Anvin | 2008-09-03 | 1 | -1/+3 |
| | |||||
* | Make sure we run as nasmbuild | H. Peter Anvin | 2007-12-26 | 1 | -0/+5 |
| | |||||
* | Make the patchdir contain directories | H. Peter Anvin | 2007-12-26 | 1 | -3/+4 |
| | |||||
* | Systematic way to force a patch on top of a build | H. Peter Anvin | 2007-12-26 | 1 | -1/+9 |
| |