Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  BuildPackages.sh

  Sprache: Shell
 

#!/bin/sh

set -e
set -x

GAPROOT="$1"
PKGDIR="$2"

# Many package require GNU make. So use gmake if available,
# for improved compatibility with *BSD systems where "make"
# is BSD make, not GNU make.
if command -v gmake >/dev/null 2>&1
then
  alias make=gmake
fi

cd "$PKGDIR"

if [ -x autogen.sh ] && [ ! -x configure ]
then
  ./autogen.sh
fi
if [ -x configure ]
then
  # We want to know if this is an autoconf configure script
  # or not, without actually executing it!
  if grep Autoconf ./configure > /dev/null
  then
    ./configure --with-gaproot="$GAPROOT"
    # hack: run `make clean` in case the package was built before with different settings
    make clean
  else
    ./configure "$GAPROOT"
    # hack: run `make clean` in case the package was built before with different settings
    make clean
    # hack: in browse and edim, `make clean` removes `Makefile` so run configure
    # again to ensure we can actually build them (we could restrict this hack to
    # the two offending packages, but since non-autoconf configure is super cheap,
    # there seems little reason to bother)
    ./configure "$GAPROOT"
  fi
  make
fi

Messung V0.5 in Prozent
C=73 H=100 G=87

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-06-17) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik