komenda make użycie make co to jest
Jak użyć MAKE? Definicja w konsoli instructions in a description file in the current directory. By.
Znaczenie komenda make użycie make definicja.

Czy przydatne?

Komenda/polecenie: Jak użyć make

Uruchomienie, wykonanie: make [options] [targets] [macro definitions]

Jak działa MAKE, co robi MAKE: Update one or more targets according to dependency instructions in a description file in the current directory. By default, this file is called makefile or Makefile. Options, targets, and macro definitions can be in any order. Macro definitions are typed as:

name=string

For more information on make, see Managing Projects with GNU Make (O'Reilly)

Dostępne opcje, wywołanie MAKE: -d, --debug

Print detailed debugging information.

-e, --environment-overrides

Override Makefile macro definitions with environment variables.

-f Makefile, --file=Makefile, --makefile=Makefile

Use Makefile as the description file; a filename of - denotes standard input.

-h, --help

Print options to make command.

-i, --ignore-errors

Ignore command error codes (same as .IGNORE).

-j [jobs] , --jobs [=jobs]

Attempt to execute this many jobs simultaneously or, if no number is specified, as many jobs as possible.

-k, --keep-going

Abandon the current target when it fails, but keep working with unrelated targets.

-l [load] , --load-average [=load] , --max-load [=load]

Attempt to keep load below load, which should be a floating-point number. Used with -j.

-n, --just-print, --dry-run, --recon

Print commands but don't execute (used for testing).

-o file, --old-file=file, --assume-old=file

Never remake file or cause other files to be remade on account of it.

-p, --print-data-base

Print rules and variables in addition to normal execution.

-q, --question

Query; return 0 if file is up to date, nonzero otherwise.

-r, --no-built-in-rules

Do not use default rules.

-s, --silent, --quiet

Do not display command lines (same as .SILENT).

-t, --touch

Touch the target files without remaking them.

-v, --version

Show version of make.

-w, --print-directory

Display the current working directory before and after execution.

--warn-undefined-variables

Print warning if a macro is used without being defined.

-C directory, --directory directory

cd to directory before beginning make operations. A subsequent -C directive will cause make to attempt to cd into a directory relative to the current working directory.

-I directory, --include-dir directory

Include directory in list of directories containing included files.

-S, --no-keep-going, --stop

Cancel previous -k options. Useful in recursive makes.

-W file, --what-if file, --new-file file, --assume-new file

Behave as though file has been recently updated.

Co znaczy :
Definicja Create or dump an NIS dbm file. makedbm will take a text infile and convert it to a gdbm database file named outfile . This file is suitable for use with ypserv . Each line of the input file is co znaczy.
Co znaczy :
Definicja administration command. Mount a file structure. The file structure on device is mounted on directory . If no device is specified, mount looks for an entry in /etc/fstab to find out what device is krzyżówka.
Co znaczy :
Definicja Copy files between Unix and MS-DOS format partitions. See cp and mtools for more information. Multiple source files can be specified and written to a target directory co to jest.
Co znaczy :
Definicja System administration command. Create a lost+found directory in the current working directory. Intended for Linux Second Extended Filesystems słownik.
Co znaczy :
Definicja Delete an MS-DOS directory. The directory should be empty. To delete a full directory and its contents, use mdeltree . See rmdir and mtools for more information czym jest.

Użycie MAKE zastosowanie komendy na linii poleceńw Słownik M .

  • Dodano:
  • Autor: