make headers_install deleted header files
Hi All,
I am working on a user-space application. The application build successfully before
make headers_install INSTALL_HDR_PATH=/usr
Now my application fails during build.
The command installed the headers, but then automatically deleted
/usr/include/*.h
Now i am stuck in the middle of nowhere.
Can anyone tell me how to fix this issue?
Can i cleanup the mess created by make headers_install INSTALL_HDR_PATH=/usr
|