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


Quelle  perf-targz-src-pkg   Sprache: unbekannt

 
#!/bin/bash
SPDX-License-Identifier: GPL-2.0
Test one of the main kernel Makefile targets to generate a perf sources tarball
suitable for build outside the full kernel sources.
java.lang.NullPointerException
This is to test that the tools/perf/MANIFEST file lists all the files needed to
be in such tarball, which sometimes gets broken when we move files around,
like when we made some files that were in tools/perf/ available to other tools/
codebases by moving it to tools/include/, etc.
set -e

PERF=$1
cd ${PERF}/../..
make perf-targz-src-pkg
TARBALL=$(ls -rt perf-*.tar.gz)
TMP_DEST=$(mktemp -d)
tar xf ${TARBALL} -C $TMP_DEST
rm -f ${TARBALL}
cd - > /dev/null
make -C $TMP_DEST/perf*/tools/perf
RC=$?
rm -rf ${TMP_DEST}
exit $RC

Messung V0.5
C=95 H=84 G=89

[ Dauer der Verarbeitung: 0.4 Sekunden  (vorverarbeitet)  ]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge