Hi, 

I think make clean has a bug as it doesn't remove 
the symlink bg_printenv -> bg_setenv as can be seen
when executing the following commands:

$ git clone https://github.com/siemens/efibootguard.git
$ cd efibootguard
$ autoreconf -fi
$ ./configure
$ make
$ make clean
$ make
```
make --no-print-directory all-am
ln -s bg_setenv bg_printenv
ln: failed to create symbolic link 'bg_printenv': File exists
make[1]: *** [Makefile:1194: bg_printenv] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:486: all] Error 2
```
When then doing a
$ rm bg_printenv
$ make
it works.

So it should either be ln -sf or make clean should remove the
stale symlink.


Kind regards,
   Christian

-- 
Dr. Christian Storm
Siemens AG, Corporate Technology, CT RDA ITP SES-DE
Otto-Hahn-Ring 6, 81739 München, Germany

-- 
You received this message because you are subscribed to the Google Groups "EFI 
Boot Guard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/efibootguard-dev/20170628073954.of3pqvjjgz6nbjpo%40MD1KR9XC.ww002.siemens.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to