FS#75997 - [hwdata]: no need to call `make`

Attached to Project: Arch Linux
Opened by Firas Khalil Khana (firasuke) - Saturday, 24 September 2022, 14:30 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 26 September 2022, 13:35 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Having read the `PKGBUILD` file for the package `hwadata` I noticed that `make` is being called on line 18 in the build() function:
```
...
build() {
cd ${pkgname}
./configure --prefix=/usr
make
}
...
```

And upon examining the relative Makefile for the package, it seems that the `make` target does nothing and need not be called, leaving only the `make install` to be called.

Additional info:
Package Version: 0.362
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Monday, 26 September 2022, 13:35 GMT
Reason for closing:  Fixed
Additional comments about closing:  on trunk

Loading...