Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: freebsd/poudriere
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9195a462aaef59e158dad5f24a8fbad8cfc4e688
Choose a base ref
...
head repository: freebsd/poudriere
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b11b3be
Choose a head ref
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 13, 2015

  1. Configuration menu
    Copy the full SHA
    edf0214 View commit details
    Browse the repository at this point in the history
  2. QEMU: No need to set MACHINE/MACHINE_ARCH in env.

    Only a few files read it. Everything else will get it from /etc/make.conf.
    
    contrib/bmake/ChangeLog:        * If FORCE_MACHINE is defined, ignore getenv(MACHINE).
    contrib/bmake/main.c:           const char *machine = getenv(MACHINE);
    contrib/bmake/main.c:   const char *machine_arch = getenv(MACHINE_ARCH);
    contrib/mdocml/main.c:                  search.arch = getenv(MACHINE);
    usr.bin/catman/catman.c:        if ((machine = getenv(MACHINE)) == NULL) {
    usr.bin/catman/catman.c:        if ((machine_arch = getenv(MACHINE_ARCH)) == NULL)
    usr.bin/make/main.c:    if ((machine = getenv(MACHINE)) == NULL) {
    usr.bin/make/main.c:    if ((machine_arch = getenv(MACHINE_ARCH)) == NULL) {
    usr.bin/make/main.c:    if ((machine_cpu = getenv(MACHINE_CPU)) == NULL) {
    usr.bin/makewhatis/makewhatis.c:        if ((machine = getenv(MACHINE)) == NULL) {
    usr.bin/makewhatis/makewhatis.c:        if ((machine_arch = getenv(MACHINE_ARCH)) == NULL)
    bdrewery committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    d49d3e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e855e18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b11b3be View commit details
    Browse the repository at this point in the history
Loading