Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/tools/build/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 500 B image not shown  

Quelle  Makefile.include   Sprache: unbekannt

 
Spracherkennung für: .include vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# SPDX-License-Identifier: GPL-2.0-only
build := -f $(srctree)/tools/build/Makefile.build dir=. obj

# More than just $(Q), we sometimes want to suppress all command output from a
# recursive make -- even the 'up to date' printout.
ifeq ($(V),1)
  Q ?=
  SILENT_MAKE = +$(Q)$(MAKE)
else
  Q ?= @
  SILENT_MAKE = +$(Q)$(MAKE) --silent
endif

fixdep:
 $(SILENT_MAKE) -C $(srctree)/tools/build CFLAGS= LDFLAGS= $(OUTPUT)fixdep

fixdep-clean:
 $(Q)$(MAKE) -C $(srctree)/tools/build clean

.PHONY: fixdep

[ Dauer der Verarbeitung: 0.30 Sekunden  ]