hooks

my cpt hooks
git clone git://git.ckyln.com/hooks
Log | Files | Refs | README

pre-build (185B)


      1 # -*- mode: sh -*-
      2 
      3 IFS=. read -r start _ < /proc/uptime
      4 
      5 # Record flags so we can restore them after the build is finished.
      6 oCFLAGS="$CFLAGS"
      7 oCXXFLAGS="$CXXFLAGS"
      8 oLDFLAGS="$LDFLAGS"