#!/bin/bash -e #--------------------------------------------------------------------- # buildxorg-continue - To be documented # License: MIT/X (for this file only) # Revision: 210613 #--------------------------------------------------------------------- source /src/0*_xorg/*_xorgbase/special/build/buildxorg-setenv #--------------------------------------------------------------------- # Compile Xorg base system. echo $BARSEP ; echo `date` Compiling XOrg ; echo echo PCF: buildxorg-config: $PKG_CONFIG_PATH bash ./util/modular/build.sh $PREFIX || exit 1 #--------------------------------------------------------------------- # Post-build adjustments. source /src/0*_xorg/*_xorgbase/special/build/buildxorg-wrapup