Changeset 35f6261


Ignore:
Timestamp:
11/04/2022 12:19:18 PM (19 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
ablfs-more, trunk
Children:
ed335a31
Parents:
fd90f80
Message:

Run the master Makefile with -j1

Also remove some instructions that are only useful for debugging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    rfd90f80 r35f6261  
    3535    if [ -e "$MKFILE" ] ; then
    3636      echo -ne "Building the system...\n"
    37       if { echo try tty; tty; }; then
    38       cd "$JHALFSDIR" && make
     37#      if { echo try tty; tty; }; then
     38      cd "$JHALFSDIR" && make -j1
    3939      echo -ne "done\n"
    40       else echo there is no terminal!!; fi
     40#      else echo there is no terminal!!; fi
    4141    fi
    4242  fi
Note: See TracChangeset for help on using the changeset viewer.