mirror of
https://github.com/systemd/systemd.git
synced 2025-03-25 18:50:18 +03:00
autogen.sh: add CFLAGS and print entire line, so that mouse copy/paste works
This commit is contained in:
parent
6a6b254354
commit
c59d1e45bd
10
autogen.sh
10
autogen.sh
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
@ -28,9 +28,9 @@ args="\
|
||||
--enable-gtk-doc"
|
||||
|
||||
echo
|
||||
echo "---------------------------------------------------------------------"
|
||||
echo "Initialized udev build system. For a common configuration please run:"
|
||||
echo "---------------------------------------------------------------------"
|
||||
echo "----------------------------------------------------------------"
|
||||
echo "Initialized build system. For a common configuration please run:"
|
||||
echo "----------------------------------------------------------------"
|
||||
echo
|
||||
echo "# ./configure $args"
|
||||
echo "./configure CFLAGS='-g -O0' $args"
|
||||
echo
|
||||
|
Loading…
x
Reference in New Issue
Block a user