Changeset 9ef12f7 for common


Ignore:
Timestamp:
06/05/2020 10:18:27 AM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
36f5dce
Parents:
7e0a1b8
Message:

Use a private name for MAKEFLAGS in jhalfs, so that it does not propagate
to top make, when ticking "Run the makefile"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r7e0a1b8 r9ef12f7  
    3737    if [ -e "$MKFILE" ] ; then
    3838      echo -ne "Building the system...\n"
     39      if { echo try tty; tty; }; then
    3940      cd "$JHALFSDIR" && make
    4041      echo -ne "done\n"
     42      else echo there is no terminal!!; fi
    4143    fi
    4244  fi
Note: See TracChangeset for help on using the changeset viewer.