This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Creative Commons Legal Code | |
CC0 1.0 Universal | |
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE | |
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN | |
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS | |
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES | |
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS | |
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Creative Commons Legal Code | |
CC0 1.0 Universal | |
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE | |
LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN | |
ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS | |
INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES | |
REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS | |
PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GNU GENERAL PUBLIC LICENSE | |
Version 3, 29 June 2007 | |
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> | |
Everyone is permitted to copy and distribute verbatim copies | |
of this license document, but changing it is not allowed. | |
Preamble | |
The GNU General Public License is a free, copyleft license for |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./waf configure --64bit --enable-lto -T release | |
Setting top to : /hdd/home/jayman/VC/Not mine/xash3d-fwgs/engine | |
Setting out to : /hdd/home/jayman/VC/Not mine/xash3d-fwgs/engine/build | |
Build type : release | |
LTO build : yes | |
PolyOpt build : no | |
Checking for 'gcc' (C compiler) : gcc | |
Target OS : linux | |
Target CPU : x86_64 | |
Target binfmt : elf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./waf configure --64bit --enable-lto -T release | |
Setting top to : /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine | |
Setting out to : /hdd/home/jayman/VC/Git/Not mine/xash3d-fwgs/engine/build | |
Build type : release | |
LTO build : yes | |
PolyOpt build : no | |
Checking for 'gcc' (C compiler) : gcc | |
Target OS : linux | |
Target CPU : x86_64 | |
Target binfmt : elf |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
touch .local | |
Building ci.nix | |
these 19 derivations will be built: | |
/nix/store/32wnx1w89syk45i9r6y8cp7x5dlklrs0-testmod2-unresholved-unreleased.drv | |
/nix/store/4y4lbwjy7qiwnrjmq2snn7ri3jnsk3y3-testmod2-unresholved-unreleased-binlore.drv | |
/nix/store/86bfsa9bl94zmcm8angvkhrm2il1zbz3-more-binlore.drv | |
/nix/store/wkibki4v8rqrninfv171vj1y2l0fpsdl-resholve-0.9.0.drv | |
/nix/store/yizy6zfsamkjms86yv9racxwb8jy9ngs-more-binlore.drv | |
/nix/store/fi1v2k0c391p262bwl6xqb6w0w8rlaj0-testmod2-unreleased.drv | |
/nix/store/ck0x886z10933ch1wiz99whqjg6h570g-testmod2-unreleased-binlore.drv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ make ci | |
Building ci.nix | |
these 19 derivations will be built: | |
/nix/store/q9dsxcrnaqsqfcikngyqqmymw6lwfwqd-testmod2-unresholved-unreleased.drv | |
/nix/store/35rwsqax386p5pn7v95phijhn82svpa9-testmod2-unresholved-unreleased-binlore.drv | |
/nix/store/7ijag87h8igx0ngfb3qdy6xxy3q8szbh-resholve-0.9.0.drv | |
/nix/store/v94i1h571y5g6jnmk0s3kcag9svhnzsp-more-binlore.drv | |
/nix/store/x76h59ab4bc4v135a8wnjgq7lswparxm-more-binlore.drv | |
/nix/store/44p62q6kwnyi1rqwihqwx5j7xzl4nsm6-testmod2-unreleased.drv | |
/nix/store/5cyskxlnbk1kzzy2lca4vfq2bi56pv1h-testmod1-unresholved-unreleased.drv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ make update | |
Sassing docs/manpage.css from docs/manpage.scss | |
Building manpage | |
Sassing docs/strings.css from docs/strings.scss | |
Wursting _resholve/strings.py from docs/strings.wwst | |
touch .local | |
Building ci.nix | |
these 19 derivations will be built: | |
/nix/store/chkvwixk9fh507xz1c4vdziqhc6839r8-testmod1-unresholved-unreleased.drv | |
/nix/store/62mcj11zmbig7mb8n1g4b17jkdw2vfw6-testmod1-unresholved-unreleased-binlore.drv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env nix-shell | |
#! nix-shell -i bash -p nix -p coreutils -p bash | |
# π π1.0 This file is dedicated to the public domain using the CC0 1.0 Universal | |
# Public Domain Dedication <https://creativecommons.org/publicdomain/zero/1.0/>. | |
set -ue | |
function package_to_bin_dir | |
{ | |
package="$*" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# π π1.0 This file is dedicated to the public domain using the CC0 1.0 Universal | |
# Public Domain Dedication <https://creativecommons.org/publicdomain/zero/1.0/>. | |
set -u | |
# Note: none of these variables should contain whitespace. | |
readonly file=/dev/null | |
readonly domain=jasonyundt.email | |
readonly name=foo | |
readonly email="$name@$domain" |